type: object required: - token - password properties: email: description: The User's email. type: string format: email token: description: The password-reset token generated when the password reset was requested. type: string password: description: The User's new password. type: string format: password