{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/notifications-compensate-negative-balance-notification-content-schema.json", "title": "CompensateNegativeBalanceNotificationContent", "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" } } }