Webex · Schema

ClientTypeDistributionTrendForCluster2

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
timestamp string Timestamp.
clusters array
View JSON Schema on GitHub

JSON Schema

webex-clienttypedistributiontrendforcluster2-schema.json Raw ↑
{
  "$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"
      }
    }
  }
}