Webex · Schema

LayoutMode

* `DEFAULT` - Default layout mode when a new device is added. * `CUSTOM` - Enables a device to have its custom layout.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-layoutmode-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LayoutMode",
  "title": "LayoutMode",
  "type": "string",
  "enum": [
    "DEFAULT",
    "CUSTOM"
  ],
  "description": " * `DEFAULT` - Default layout mode when a new device is added.\n * `CUSTOM` - Enables a device to have its custom layout.\n"
}