type: object required: - email - password properties: email: type: string format: email example: "user@example.com" password: type: string minLength: 6 example: "securePassword123"