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