{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/api_b2b_password_v1_b2b_passwords_discovery_AuthenticateRequest",
"title": "api_b2b_password_v1_b2b_passwords_discovery_AuthenticateRequest",
"type": "object",
"properties": {
"email_address": {
"type": "string",
"description": "The email address of the Member."
},
"password": {
"type": "string",
"description": "The password to authenticate, reset, or set for the first time. Any UTF8 character is allowed, e.g. spaces, emojis, non-English characters, etc."
}
},
"description": "Request type",
"required": [
"email_address",
"password"
]
}