Webex · Schema

RouteGroupUsageRouteListItem

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
id string Route list ID.
name string Route list name.
locationId string Location ID for route list.
locationName string Location name for route list.
View JSON Schema on GitHub

JSON Schema

webex-routegroupusageroutelistitem-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RouteGroupUsageRouteListItem",
  "title": "RouteGroupUsageRouteListItem",
  "type": "object",
  "required": [
    "id",
    "name",
    "locationId",
    "locationName"
  ],
  "properties": {
    "id": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL1JPVVRFX0xJU1QvOTljNjJkMGQtNmFhYi00NGQ0LWE0ZTctZjk0MjQ4OWVhMWJj",
      "description": "Route list ID."
    },
    "name": {
      "type": "string",
      "example": "routeListName",
      "description": "Route list name."
    },
    "locationId": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OL2JjNWUwNWFjLTI5ZmEtNGY0NS05MmM1LWUxZTExMDc0OTIwZg",
      "description": "Location ID for route list."
    },
    "locationName": {
      "type": "string",
      "example": "locationName",
      "description": "Location name for route list."
    }
  }
}