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