{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-management/refs/heads/main/json-schema/iot-device-management-get-statistics-response-schema.json", "title": "GetStatisticsResponse", "description": "GetStatisticsResponse schema", "type": "object", "properties": { "statistics": { "allOf": [ { "$ref": "#/components/schemas/Statistics" }, { "description": "The statistics returned by the Fleet Indexing service based on the query and aggregation field." } ] } } }