Webex · Schema

DeviceSettingsConfigurationObject

* `WEBEX_CALLING_DEVICE_CONFIGURATION` - Devices which supports Webex Calling Device Settings Configuration. * `WEBEX_DEVICE_CONFIGURATION` - Devices which supports Webex Device Settings Configuration. * `WEBEX_CALLING_DYNAMIC_DEVICE_CONFIGURATION` - Devices which supports Webex Calling dynamic Settings Configuration. * `NONE` - Devices does not support any configuration.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-devicesettingsconfigurationobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DeviceSettingsConfigurationObject",
  "title": "DeviceSettingsConfigurationObject",
  "type": "string",
  "enum": [
    "WEBEX_CALLING_DEVICE_CONFIGURATION",
    "WEBEX_DEVICE_CONFIGURATION",
    "WEBEX_CALLING_DYNAMIC_DEVICE_CONFIGURATION",
    "NONE"
  ],
  "description": " * `WEBEX_CALLING_DEVICE_CONFIGURATION` - Devices which supports Webex Calling Device Settings Configuration.\n * `WEBEX_DEVICE_CONFIGURATION` - Devices which supports Webex Device Settings Configuration.\n * `WEBEX_CALLING_DYNAMIC_DEVICE_CONFIGURATION` - Devices which supports Webex Calling dynamic Settings Configuration.\n * `NONE` - Devices does not support any configuration.\n"
}