Webex · Schema

ConfigurationLevelType

* `LOCATION` - The applied services at the location level. * `PEOPLE` - The applied services at the people level. * `PLACE` - The applied services at the place level. * `VIRTUAL_LINE` - The applied services at the virtual line level.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-configurationleveltype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConfigurationLevelType",
  "title": "ConfigurationLevelType",
  "type": "string",
  "enum": [
    "LOCATION",
    "PEOPLE",
    "PLACE",
    "VIRTUAL_LINE"
  ],
  "description": " * `LOCATION` - The applied services at the location level.\n * `PEOPLE` - The applied services at the people level.\n * `PLACE` - The applied services at the place level.\n * `VIRTUAL_LINE` - The applied services at the virtual line level.\n"
}