{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/programming-quotes/refs/heads/main/json-structure/programming-quotes-auth-request-structure.json", "name": "AuthRequest", "description": "Credentials for the auth/token exchange.", "type": "object", "properties": { "email": { "type": "string", "description": "Account email address." }, "password": { "type": "string", "description": "Account password." } }, "required": ["email", "password"] }