{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-elastic-transcoder/refs/heads/main/json-structure/amazon-elastic-transcoder-create-job-response-structure.json", "name": "CreateJobResponse", "description": "The CreateJobResponse structure.", "type": "object", "properties": { "Job": { "allOf": [ { "$ref": "#/components/schemas/Job" }, { "description": "A section of the response body that provides information about the job that is created." } ] } } }