{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-core/refs/heads/main/json-schema/iot-core-get-job-document-response-schema.json", "title": "GetJobDocumentResponse", "description": "GetJobDocumentResponse schema", "type": "object", "properties": { "document": { "allOf": [ { "$ref": "#/components/schemas/JobDocument" }, { "description": "The job document content." } ] } } }