{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/NotificationErrorContainer", "title": "NotificationErrorContainer", "properties": { "errorCode": { "description": "The Adyen code that is mapped to the error message.", "type": "string" }, "message": { "description": "A short explanation of the issue.", "type": "string" } }, "type": "object" }