Webex · Schema

AddDECTHandsetBulkRequest

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
items array List of handsets that are to be added to the DECT network.
View JSON Schema on GitHub

JSON Schema

webex-adddecthandsetbulkrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AddDECTHandsetBulkRequest",
  "title": "AddDECTHandsetBulkRequest",
  "type": "object",
  "required": [
    "items"
  ],
  "properties": {
    "items": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/AddDECTHandset"
      },
      "maxItems": 50,
      "minItems": 1,
      "description": "List of handsets that are to be added to the DECT network."
    }
  }
}