Webex · Schema

BaseStationsPostResponse

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
baseStations array List of base station MAC addresses that have to be added to the DECT network.
View JSON Schema on GitHub

JSON Schema

webex-basestationspostresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BaseStationsPostResponse",
  "title": "BaseStationsPostResponse",
  "type": "object",
  "required": [
    "baseStations"
  ],
  "properties": {
    "baseStations": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/BaseStationResponse"
      },
      "description": "List of base station MAC addresses that have to be added to the DECT network."
    }
  }
}