{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/notifications-compensate-negative-balance-notification-content-structure.json", "description": "CompensateNegativeBalanceNotificationContent schema from Adyen API", "type": "object", "properties": { "records": { "description": "A list of the negative balances compensated.", "items": { "$ref": "#/components/schemas/CompensateNegativeBalanceNotificationRecord" }, "type": "array" } }, "name": "CompensateNegativeBalanceNotificationContent" }