{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-structure/glue-update-job-from-source-control-response-structure.json", "name": "UpdateJobFromSourceControlResponse", "description": "UpdateJobFromSourceControlResponse schema from Amazon Glue API", "type": "object", "properties": { "JobName": { "allOf": [ { "$ref": "#/components/schemas/NameString" }, { "description": "The name of the Glue job." } ] } } }