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