{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionPasswordAuthenticationMethod", "title": "ConnectionPasswordAuthenticationMethod", "type": "object", "description": "Password authentication enablement", "additionalProperties": false, "properties": { "enabled": { "type": "boolean", "description": "Determines whether passwords are enabled" }, "api_behavior": { "$ref": "#/components/schemas/ConnectionApiBehaviorEnum", "x-release-lifecycle": "EA" }, "signup_behavior": { "$ref": "#/components/schemas/ConnectionSignupBehaviorEnum", "x-release-lifecycle": "EA" } } }