{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ErrorResponse", "title": "ErrorResponse", "type": "object", "properties": { "message": { "type": "string", "example": "The provided API key is invalid" }, "error": { "type": "string", "example": "invalid_api_key" } } }