Webex · Schema

SelectionObject

* `DISPLAY_NAME` - When this option is selected, `displayName` is to be shown for this workspace. * `CUSTOM_NAME` - When this option is selected, `customName` is to be shown for this workspace.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-selectionobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SelectionObject",
  "title": "SelectionObject",
  "type": "string",
  "enum": [
    "CUSTOM_NAME",
    "DISPLAY_NAME"
  ],
  "description": " * `DISPLAY_NAME` - When this option is selected, `displayName` is to be shown for this workspace.\n * `CUSTOM_NAME` - When this option is selected, `customName` is to be shown for this workspace."
}