Webex · JSON Structure

Broadworks Bluetooth Object Device Structure

BluetoothObjectDevice schema from Webex API

Type: object Properties: 2 Required: 1
CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

BluetoothObjectDevice is a JSON Structure definition published by Webex, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

enabled mode

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/webex/refs/heads/main/json-structure/broadworks-bluetooth-object-device-structure.json",
  "name": "BluetoothObjectDevice",
  "description": "BluetoothObjectDevice schema from Webex API",
  "type": "object",
  "properties": {
    "enabled": {
      "type": "boolean",
      "example": true,
      "description": "Enable/disable Bluetooth."
    },
    "mode": {
      "type": "string",
      "enum": [
        "PHONE",
        "HANDS_FREE",
        "BOTH"
      ],
      "description": "Select a Bluetooth mode."
    }
  },
  "required": [
    "enabled"
  ]
}