Amazon IoT Core · Schema

GetPercentilesResponse

GetPercentilesResponse schema

Device ManagementIoTMQTTMessage Routing

Properties

Name Type Description
percentiles object
View JSON Schema on GitHub

JSON Schema

iot-core-get-percentiles-response-schema.json Raw ↑
{
  "$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-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."
        }
      ]
    }
  }
}