{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ClientTypeDistributionTrendForCluster1", "title": "ClientTypeDistributionTrendForCluster1", "type": "object", "properties": { "timestamp": { "type": "string", "example": "2022-03-23T10:30:00Z", "description": "Timestamp." }, "clusters": { "type": "array", "items": { "$ref": "#/components/schemas/ClusterClientTypeDistributionBlr1" } } } }