Webex · Schema

ListDectDeviceType

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
devices array Contains a list of devices.
View JSON Schema on GitHub

JSON Schema

webex-listdectdevicetype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListDectDeviceType",
  "title": "ListDectDeviceType",
  "type": "object",
  "required": [
    "devices"
  ],
  "properties": {
    "devices": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/DectDeviceList"
      },
      "description": "Contains a list of devices."
    }
  }
}