type: object description: The admin's credentials used to log in. required: - email - password properties: email: type: string description: The user's email. format: email password: type: string description: The user's password. format: password