{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/notifications-notification-response-structure.json", "description": "NotificationResponse schema from Adyen API", "type": "object", "properties": { "notificationResponse": { "description": "Set this parameter to **[accepted]** to acknowledge that you received a notification from Adyen.", "type": "string" } }, "name": "NotificationResponse" }