{ "$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-get-cardinality-response-schema.json", "title": "GetCardinalityResponse", "description": "GetCardinalityResponse schema", "type": "object", "properties": { "cardinality": { "allOf": [ { "$ref": "#/components/schemas/Count" }, { "description": "The approximate count of unique values that match the query." } ] } } }