{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-schema/glue-batch-get-jobs-response-schema.json", "title": "BatchGetJobsResponse", "description": "BatchGetJobsResponse schema from Amazon Glue API", "type": "object", "properties": { "Jobs": { "allOf": [ { "$ref": "#/components/schemas/JobList" }, { "description": "A list of job definitions." } ] }, "JobsNotFound": { "allOf": [ { "$ref": "#/components/schemas/JobNameList" }, { "description": "A list of names of jobs not found." } ] } } }