Webex · Schema

RouteType

* `ROUTE_GROUP` - Route group must include at least one trunk with a maximum of 10 trunks per route group. * `TRUNK` - Connection between Webex Calling and the premises.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-routetype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RouteType",
  "title": "RouteType",
  "type": "string",
  "enum": [
    "ROUTE_GROUP",
    "TRUNK"
  ],
  "description": " * `ROUTE_GROUP` - Route group must include at least one trunk with a maximum of 10 trunks per route group.\n * `TRUNK` - Connection between Webex Calling and the premises.\n"
}