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