Webex · Schema

DECTNetworkList

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
dectNetworks array List of DECT networks in an organization.
View JSON Schema on GitHub

JSON Schema

webex-dectnetworklist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DECTNetworkList",
  "title": "DECTNetworkList",
  "type": "object",
  "required": [
    "dectNetworks"
  ],
  "properties": {
    "dectNetworks": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/DECTNetworkDetail"
      },
      "description": "List of DECT networks in an organization."
    }
  }
}