Webex · Schema

DECTNetworkListPerson

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
dectNetworks array List of DECT networks associated with the person.
View JSON Schema on GitHub

JSON Schema

webex-dectnetworklistperson-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DECTNetworkListPerson",
  "title": "DECTNetworkListPerson",
  "type": "object",
  "properties": {
    "dectNetworks": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/DECTNetworkItem"
      },
      "description": "List of DECT networks associated with the person."
    }
  }
}