{ "type": "object", "name": "Error", "properties": { "error": { "type": "object", "properties": { "message": { "type": "string", "description": "Error message" }, "detail": { "type": "string", "description": "Detailed error information" } } } }, "$schema": "https://json-structure.org/draft/2020-12/schema" }