Webex · Schema

OrgLocLevelObject

* `ORGANIZATION` - Specifies this `operating mode` is configured across the organization. * `LOCATION` - Specifies this `operating mode` is configured across a location.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-orgloclevelobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OrgLocLevelObject",
  "title": "OrgLocLevelObject",
  "type": "string",
  "enum": [
    "ORGANIZATION",
    "LOCATION"
  ],
  "description": " * `ORGANIZATION` - Specifies this `operating mode` is configured across the organization.\n * `LOCATION` - Specifies this `operating mode` is configured across a location.\n"
}