Webex · Schema

DectVlanObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
enabled boolean Denotes whether the VLAN object of DECT is enabled.
value number Value of the VLAN Object of DECT.
View JSON Schema on GitHub

JSON Schema

webex-dectvlanobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DectVlanObject",
  "title": "DectVlanObject",
  "type": "object",
  "required": [
    "enabled",
    "value"
  ],
  "properties": {
    "enabled": {
      "type": "boolean",
      "description": "Denotes whether the VLAN object of DECT is enabled."
    },
    "value": {
      "type": "number",
      "description": "Value of the VLAN Object of DECT."
    }
  }
}