{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-defender/refs/heads/main/json-structure/iot-device-defender-create-job-response-structure.json", "name": "CreateJobResponse", "description": "CreateJobResponse schema", "type": "object", "properties": { "jobArn": { "allOf": [ { "$ref": "#/components/schemas/JobArn" }, { "description": "The job ARN." } ] }, "jobId": { "allOf": [ { "$ref": "#/components/schemas/JobId" }, { "description": "The unique identifier you assigned to this job." } ] }, "description": { "allOf": [ { "$ref": "#/components/schemas/JobDescription" }, { "description": "The job description." } ] } } }