{ "$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-create-provisioning-template-response-schema.json", "title": "CreateProvisioningTemplateResponse", "description": "CreateProvisioningTemplateResponse schema", "type": "object", "properties": { "templateArn": { "allOf": [ { "$ref": "#/components/schemas/TemplateArn" }, { "description": "The ARN that identifies the provisioning template." } ] }, "templateName": { "allOf": [ { "$ref": "#/components/schemas/TemplateName" }, { "description": "The name of the provisioning template." } ] }, "defaultVersionId": { "allOf": [ { "$ref": "#/components/schemas/TemplateVersionId" }, { "description": "The default version of the provisioning template." } ] } } }