{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ServiceErrorDetails", "title": "ServiceErrorDetails", "properties": { "errorCode": { "type": "string" }, "errorType": { "type": "string" }, "message": { "type": "string" }, "pspReference": { "type": "string" } }, "type": "object" }