{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-management/refs/heads/main/json-schema/iot-device-management-describe-job-execution-response-schema.json", "title": "DescribeJobExecutionResponse", "description": "DescribeJobExecutionResponse schema", "type": "object", "properties": { "execution": { "allOf": [ { "$ref": "#/components/schemas/JobExecution" }, { "description": "Information about the job execution." } ] } } }