{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-core/refs/heads/main/json-structure/iot-core-get-cardinality-response-structure.json", "name": "GetCardinalityResponse", "description": "GetCardinalityResponse schema", "type": "object", "properties": { "cardinality": { "allOf": [ { "$ref": "#/components/schemas/Count" }, { "description": "The approximate count of unique values that match the query." } ] } } }