{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/notifications-notification-error-container-schema.json", "title": "NotificationErrorContainer", "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" } } }