{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/LoaderErrorResponse", "title": "LoaderErrorResponse", "type": "object", "properties": { "requestId": { "type": "string" }, "code": { "type": "string" }, "detailedMessage": { "type": "string", "description": "Detailed error message." } } }