{ "type": "object", "description": "Detailed error information", "name": "ErrorDetail", "properties": { "message": { "type": "string", "description": "Error message" }, "code": { "type": "string", "description": "Error code" }, "subCategory": { "type": "string", "description": "Error subcategory" }, "in": { "type": "string", "description": "Location of the error" }, "context": { "type": "object", "description": "Additional context" } }, "required": [ "message" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }