{ "type": "object", "description": "Details about a specific error", "name": "ErrorDetail", "properties": { "message": { "type": "string" }, "code": { "type": "string" }, "subCategory": { "type": "string" }, "in": { "type": "string" }, "context": { "type": "object" } }, "required": [ "message" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }