Webex · Schema

GetVirtualLineDectNetworkObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
dectNetworks array List of DECT networks assigned to a virtual line.
View JSON Schema on GitHub

JSON Schema

webex-getvirtuallinedectnetworkobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetVirtualLineDectNetworkObject",
  "title": "GetVirtualLineDectNetworkObject",
  "type": "object",
  "properties": {
    "dectNetworks": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/DectNetwork"
      },
      "description": "List of DECT networks assigned to a virtual line."
    }
  }
}