{ "$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-get-statistics-response-structure.json", "name": "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." } ] } } }