{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-neptune/refs/heads/main/json-structure/ml-job-list-response-structure.json", "name": "JobListResponse", "description": "JobListResponse schema from Neptune", "type": "object", "properties": { "ids": { "type": "array", "description": "List of job IDs.", "items": { "type": "string" } } } }