type: object required: - email - password properties: email: type: string description: The User's email. format: email password: type: string description: The User's password. format: password