Webex · Schema

ConnectivityTestResultsClustersObject1

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
clusters array List of Video Mesh clusters.
View JSON Schema on GitHub

JSON Schema

webex-connectivitytestresultsclustersobject1-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectivityTestResultsClustersObject1",
  "title": "ConnectivityTestResultsClustersObject1",
  "type": "object",
  "properties": {
    "clusters": {
      "type": "array",
      "items": {
        "anyOf": [
          {
            "$ref": "#/components/schemas/PerClusterConnectivityResult1"
          },
          {
            "$ref": "#/components/schemas/PerClusterConnectivityResult2"
          }
        ]
      },
      "description": "List of Video Mesh clusters."
    }
  }
}