{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/notifications-notification-error-container-structure.json", "description": "NotificationErrorContainer schema from Adyen API", "type": "object", "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" } }, "name": "NotificationErrorContainer" }