{ "$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-get-indexing-configuration-response-structure.json", "name": "GetIndexingConfigurationResponse", "description": "GetIndexingConfigurationResponse schema", "type": "object", "properties": { "thingIndexingConfiguration": { "allOf": [ { "$ref": "#/components/schemas/ThingIndexingConfiguration" }, { "description": "Thing indexing configuration." } ] }, "thingGroupIndexingConfiguration": { "allOf": [ { "$ref": "#/components/schemas/ThingGroupIndexingConfiguration" }, { "description": "The index configuration." } ] } } }