NotificationRequestItemWrapper schema from Adyen API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/webhooks-notification-request-item-wrapper-schema.json", "title": "NotificationRequestItemWrapper", "description": "NotificationRequestItemWrapper schema from Adyen API", "properties": { "NotificationRequestItem": { "$ref": "#/components/schemas/NotificationRequestItem" } }, "type": "object" }