Amazon IoT Core · JSON Structure

Iot Core Create Dimension Response Structure

CreateDimensionResponse schema

Type: object Properties: 2
Device ManagementIoTMQTTMessage Routing

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

Properties

name arn

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-create-dimension-response-structure.json",
  "name": "CreateDimensionResponse",
  "description": "CreateDimensionResponse schema",
  "type": "object",
  "properties": {
    "name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DimensionName"
        },
        {
          "description": "A unique identifier for the dimension."
        }
      ]
    },
    "arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DimensionArn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the created dimension."
        }
      ]
    }
  }
}