{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/zone-analytics-api_uniques",
"title": "zone-analytics-api_uniques",
"properties": {
"all": {
"description": "Total number of unique IP addresses within the time range.",
"type": "integer"
}
},
"type": "object"
}