{ "$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-percentiles-response-structure.json", "name": "GetPercentilesResponse", "description": "GetPercentilesResponse schema", "type": "object", "properties": { "percentiles": { "allOf": [ { "$ref": "#/components/schemas/Percentiles" }, { "description": "The percentile values of the aggregated fields." } ] } } }