{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ErrorResponse", "type": "object", "properties": { "@type": { "type": "string" }, "statusCode": { "type": "integer" }, "message": { "type": "string" }, "description": { "type": "string" }, "requestId": { "type": "string" } } }