Webex · Schema

BaseStationType

* `DMS Cisco DBS210` - Cisco DBS210 base station model. * `DMS Cisco DBS110` - Cisco DBS110 base station model.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-basestationtype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BaseStationType",
  "title": "BaseStationType",
  "type": "string",
  "enum": [
    "DMS Cisco DBS210",
    "DMS Cisco DBS110"
  ],
  "description": " * `DMS Cisco DBS210` - Cisco DBS210 base station model.\n * `DMS Cisco DBS110` - Cisco DBS110 base station model.\n"
}