{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-core/refs/heads/main/json-structure/iot-core-create-job-template-response-structure.json", "name": "CreateJobTemplateResponse", "description": "CreateJobTemplateResponse schema", "type": "object", "properties": { "jobTemplateArn": { "allOf": [ { "$ref": "#/components/schemas/JobTemplateArn" }, { "description": "The ARN of the job template." } ] }, "jobTemplateId": { "allOf": [ { "$ref": "#/components/schemas/JobTemplateId" }, { "description": "The unique identifier of the job template." } ] } } }