Webex · Schema

CallWaitingPut

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
enabled boolean Enable or disable Call Waiting for the user.
View JSON Schema on GitHub

JSON Schema

webex-callwaitingput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CallWaitingPut",
  "title": "CallWaitingPut",
  "type": "object",
  "required": [
    "enabled"
  ],
  "properties": {
    "enabled": {
      "type": "boolean",
      "example": false,
      "description": "Enable or disable Call Waiting for the user."
    }
  },
  "example": {
    "enabled": false
  }
}