{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-management/refs/heads/main/json-structure/iot-device-management-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." } ] } } }