{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CompensateNegativeBalanceNotificationContent", "title": "CompensateNegativeBalanceNotificationContent", "properties": { "records": { "description": "A list of the negative balances compensated.", "items": { "$ref": "#/components/schemas/CompensateNegativeBalanceNotificationRecord" }, "type": "array" } }, "type": "object" }