Webex · Schema

CallsFromType

* `ANY_PHONE_NUMBER` - The Schedule applies to any phone number. * `SELECT_PHONE_NUMBERS` - Indicates the schedule applies to select phone number defined in the `phoneNumbers` property.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-callsfromtype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CallsFromType",
  "title": "CallsFromType",
  "type": "string",
  "enum": [
    "ANY_PHONE_NUMBER",
    "SELECT_PHONE_NUMBERS"
  ],
  "description": " * `ANY_PHONE_NUMBER` - The Schedule applies to any phone number.\n * `SELECT_PHONE_NUMBERS` - Indicates the schedule applies to select phone number defined in the `phoneNumbers` property.\n"
}