{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-structure/glue-batch-get-jobs-request-structure.json", "name": "BatchGetJobsRequest", "description": "BatchGetJobsRequest schema from Amazon Glue API", "type": "object", "properties": { "JobNames": { "allOf": [ { "$ref": "#/components/schemas/JobNameList" }, { "description": "A list of job names, which might be the names returned from the ListJobs operation." } ] } }, "required": [ "JobNames" ] }