{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-structure/glue-get-job-response-structure.json", "name": "GetJobResponse", "description": "GetJobResponse schema from Amazon Glue API", "type": "object", "properties": { "Job": { "allOf": [ { "$ref": "#/components/schemas/Job" }, { "description": "The requested job definition." } ] } } }