Webex · Schema

ConnectionOptionsListResponse

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
items array The list of PSTN connection options available for this location.
View JSON Schema on GitHub

JSON Schema

webex-connectionoptionslistresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionOptionsListResponse",
  "title": "ConnectionOptionsListResponse",
  "type": "object",
  "properties": {
    "items": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ConnectionOptionsResponse"
      },
      "description": "The list of PSTN connection options available for this location."
    }
  }
}