{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-defender/refs/heads/main/json-structure/iot-device-defender-describe-index-response-structure.json", "name": "DescribeIndexResponse", "description": "DescribeIndexResponse schema", "type": "object", "properties": { "indexName": { "allOf": [ { "$ref": "#/components/schemas/IndexName" }, { "description": "The index name." } ] }, "indexStatus": { "allOf": [ { "$ref": "#/components/schemas/IndexStatus" }, { "description": "The index status." } ] }, "schema": { "allOf": [ { "$ref": "#/components/schemas/IndexSchema" }, { "description": "

Contains a value that specifies the type of indexing performed. Valid values are:

" } ] } } }