Webex · Schema

CallForwardSelectiveCallsToObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
numbers array Array of numbers to be matched against the calling destination number.
View JSON Schema on GitHub

JSON Schema

webex-callforwardselectivecallstoobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CallForwardSelectiveCallsToObject",
  "title": "CallForwardSelectiveCallsToObject",
  "type": "object",
  "properties": {
    "numbers": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/CallForwardSelectiveCallsToNumbersObject"
      },
      "description": "Array of numbers to be matched against the calling destination number."
    }
  }
}