{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EndpointStatus", "title": "EndpointStatus", "type": "string", "enum": [ "CONNECTED", "NOT_CONNECTED" ], "description": " * `CONNECTED` - Device is connected.\n * `NOT_CONNECTED` - Device is not connected.\n" }