{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionAuthenticationPurpose", "title": "ConnectionAuthenticationPurpose", "type": "object", "description": "Configure the purpose of a connection to be used for authentication during login.", "additionalProperties": false, "required": [ "active" ], "x-release-lifecycle": "GA", "properties": { "active": { "type": "boolean" } } }