{ "$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-list-dimensions-response-structure.json", "name": "ListDimensionsResponse", "description": "ListDimensionsResponse schema", "type": "object", "properties": { "dimensionNames": { "allOf": [ { "$ref": "#/components/schemas/DimensionNames" }, { "description": "A list of the names of the defined dimensions. Use DescribeDimension to get details for a dimension." } ] }, "nextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "A token that can be used to retrieve the next set of results, or null if there are no additional results." } ] } } }