{ "additionalProperties": false, "extends": { "$ref": "AuthenticationScheme }, "id": "PasswordAuthenticationScheme", "properties": { "password": { "required": true, "sensitive": true, "title": "Password to authenticate with", "type": "string" }, "scheme_name": { "enum": [ "password" ], "required": true, "title": "Authentication scheme name", "type": "string" }, "username": { "pattern": "^.+$", "required": true, "title": "User name to authenticate with", "type": "string" } }, "type": "object" }