{ "$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-request-structure.json", "name": "GetJobRequest", "description": "GetJobRequest schema from Amazon Glue API", "type": "object", "properties": { "JobName": { "allOf": [ { "$ref": "#/components/schemas/NameString" }, { "description": "The name of the job definition to retrieve." } ] } }, "required": [ "JobName" ] }