Webex · Schema

SingleNodeAvailabilityCollection

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
orgId string Unique ID for a Video Mesh organization.
items array Availability details of the Video Mesh cluster.
from string Start date and time (inclusive) of the availability data.
to string End date and time (inclusive) of the availability data.
View JSON Schema on GitHub

JSON Schema

webex-singlenodeavailabilitycollection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SingleNodeAvailabilityCollection",
  "title": "SingleNodeAvailabilityCollection",
  "type": "object",
  "properties": {
    "orgId": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8zNmQ4OTRmNy0yYjU3LTQzYzEtYWNlZS1kNDdlNjc3NjE0MTQ=",
      "description": "Unique ID for a Video Mesh organization."
    },
    "items": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/SingleNodeAvailabilityObject"
      },
      "description": "Availability details of the Video Mesh cluster."
    },
    "from": {
      "type": "string",
      "example": "2021-09-15T15:53:00Z",
      "description": "Start date and time (inclusive) of the availability data."
    },
    "to": {
      "type": "string",
      "example": "2021-09-15T17:53:00Z",
      "description": "End date and time (inclusive) of the availability data."
    }
  }
}