Webex · Schema

ModifyCallWaiting

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
enabled boolean Call Waiting state.
View JSON Schema on GitHub

JSON Schema

webex-modifycallwaiting-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ModifyCallWaiting",
  "title": "ModifyCallWaiting",
  "type": "object",
  "properties": {
    "enabled": {
      "type": "boolean",
      "example": true,
      "description": "Call Waiting state."
    }
  }
}