{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionApiBehaviorEnum", "title": "ConnectionApiBehaviorEnum", "type": "string", "description": "Specifies the API behavior for password authentication", "enum": [ "required", "optional" ], "x-release-lifecycle": "EA" }