{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ErrorResponse", "description": "API error response.", "type": "object", "properties": { "code": { "type": "string" }, "message": { "type": "string" } } }