{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-defender/refs/heads/main/json-schema/iot-device-defender-get-percentiles-response-schema.json", "title": "GetPercentilesResponse", "description": "GetPercentilesResponse schema", "type": "object", "properties": { "percentiles": { "allOf": [ { "$ref": "#/components/schemas/Percentiles" }, { "description": "The percentile values of the aggregated fields." } ] } } }