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