{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TerminalConnectivityBluetooth", "title": "TerminalConnectivityBluetooth", "properties": { "ipAddress": { "description": "The terminal's Bluetooth IP address.", "type": "string" }, "macAddress": { "description": "The terminal's Bluetooth MAC address.", "type": "string" } }, "type": "object" }