{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-core/refs/heads/main/json-schema/iot-core-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."
}
]
}
}
}