{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/NotificationResponse",
"title": "NotificationResponse",
"properties": {
"notificationResponse": {
"description": "Set this parameter to **[accepted]** to acknowledge that you received a notification from Adyen.",
"type": "string"
}
},
"type": "object"
}