Amazon IoT Core · JSON Structure

Iot Core Describe Provisioning Template Version Response Structure

DescribeProvisioningTemplateVersionResponse schema

Type: object Properties: 4
Device ManagementIoTMQTTMessage Routing

DescribeProvisioningTemplateVersionResponse is a JSON Structure definition published by Amazon IoT Core, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

versionId creationDate templateBody isDefaultVersion

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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-describe-provisioning-template-version-response-structure.json",
  "name": "DescribeProvisioningTemplateVersionResponse",
  "description": "DescribeProvisioningTemplateVersionResponse schema",
  "type": "object",
  "properties": {
    "versionId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TemplateVersionId"
        },
        {
          "description": "The provisioning template version ID."
        }
      ]
    },
    "creationDate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DateType"
        },
        {
          "description": "The date when the provisioning template version was created."
        }
      ]
    },
    "templateBody": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TemplateBody"
        },
        {
          "description": "The JSON formatted contents of the provisioning template version."
        }
      ]
    },
    "isDefaultVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IsDefaultVersion"
        },
        {
          "description": "True if the provisioning template version is the default version."
        }
      ]
    }
  }
}