Webex · Schema

CallsFromTypeForSelectiveForward

* `ANY_PHONE_NUMBER` - The schedule applies to any phone number. * `SELECT_PHONE_NUMBERS` - The schedule applies to select phone number defined in the `phoneNumbers` property. * `ANY_INTERNAL` - The schedule applies to any internal phone number. * `ANY_EXTERNAL` - The schedule applies to any external phone number.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

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