{ "type": "object", "description": "An error response.", "name": "Error", "properties": { "status": { "type": "string" }, "message": { "type": "string" }, "correlationId": { "type": "string" }, "category": { "type": "string" }, "errors": { "type": "array", "items": { "type": "object", "properties": { "message": { "type": "string" }, "in": { "type": "string" }, "code": { "type": "string" } } } } }, "$schema": "https://json-structure.org/draft/2020-12/schema" }