{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ErrorResponse", "type": "object", "properties": { "code": { "type": "string" }, "message": { "type": "string" }, "target": { "type": "string" }, "extensionData": { "type": "object" }, "clientError": { "type": "array" } } }