DescribeJobResponse schema
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-defender/refs/heads/main/json-schema/iot-device-defender-describe-job-response-schema.json", "title": "DescribeJobResponse", "description": "DescribeJobResponse schema", "type": "object", "properties": { "documentSource": { "allOf": [ { "$ref": "#/components/schemas/JobDocumentSource" }, { "description": "An S3 link to the job document." } ] }, "job": { "allOf": [ { "$ref": "#/components/schemas/Job" }, { "description": "Information about the job." } ] } } }