Webex · Schema

TrunkTypeGetList

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
trunkTypes array Trunk type with device types.
View JSON Schema on GitHub

JSON Schema

webex-trunktypegetlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TrunkTypeGetList",
  "title": "TrunkTypeGetList",
  "type": "object",
  "required": [
    "trunkTypes"
  ],
  "properties": {
    "trunkTypes": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/TrunkTypeWithDeviceType"
      },
      "description": "Trunk type with device types."
    }
  }
}