{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-defender/refs/heads/main/json-schema/iot-device-defender-describe-index-response-schema.json", "title": "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:

" } ] } } }