Webex · Schema

RouteListNumberListGet

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
numbers array Numbers assigned to the Route list.
View JSON Schema on GitHub

JSON Schema

webex-routelistnumberlistget-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RouteListNumberListGet",
  "title": "RouteListNumberListGet",
  "type": "object",
  "required": [
    "numbers"
  ],
  "properties": {
    "numbers": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Numbers assigned to the Route list."
    }
  }
}