{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionEnabledClients", "title": "ConnectionEnabledClients", "type": "array", "description": "DEPRECATED property. Use the PATCH /v2/connections/{id}/clients endpoint to enable the connection for a set of clients.", "x-release-lifecycle": "deprecated", "items": { "type": "string", "description": "The id of the client to for which the connection is to be enabled. ", "format": "client-id" } }