Webex · Schema

PriorityAlertPatch

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
enabled boolean `true` if the Priority Alert feature is enabled.
View JSON Schema on GitHub

JSON Schema

webex-priorityalertpatch-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PriorityAlertPatch",
  "title": "PriorityAlertPatch",
  "type": "object",
  "required": [
    "enabled"
  ],
  "properties": {
    "enabled": {
      "type": "boolean",
      "description": "`true` if the Priority Alert feature is enabled."
    }
  }
}