Webex · Schema

SpecificClusterDetailsCollection

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
orgId string The unique ID for the organization.
items array Details of the cluster.
View JSON Schema on GitHub

JSON Schema

webex-specificclusterdetailscollection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SpecificClusterDetailsCollection",
  "title": "SpecificClusterDetailsCollection",
  "type": "object",
  "properties": {
    "orgId": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8zNmQ4OTRmNy0yYjU3LTQzYzEtYWNlZS1kNDdlNjc3NjE0MTQ",
      "description": "The unique ID for the organization."
    },
    "items": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/BlrClusterDetails"
      },
      "description": " Details of the cluster."
    }
  }
}