{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RfcommConnection", "title": "RfcommConnection", "type": "object", "properties": { "id": { "type": "string" }, "deviceId": { "type": "string" }, "serviceId": { "type": "string" }, "maxMessageSize": { "type": "integer" } } }