TermsAggregation

Performs an aggregation that will return a list of buckets. The list of buckets is a ranked list of the number of occurrences of an aggregation field value.

Device ManagementFleet ManagementIoTOTA Updates

Properties

Name Type Description
maxBuckets object
View JSON Schema on GitHub

JSON Schema

iot-device-management-terms-aggregation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-management/refs/heads/main/json-schema/iot-device-management-terms-aggregation-schema.json",
  "title": "TermsAggregation",
  "description": "Performs an aggregation that will return a list of buckets. The list of buckets is a ranked list of the number of occurrences of an aggregation field value.",
  "type": "object",
  "properties": {
    "maxBuckets": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MaxBuckets"
        },
        {
          "description": "The number of buckets to return in the response. Default to 10."
        }
      ]
    }
  }
}