{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/configuration-webhooks-balance-account-notification-data-structure.json", "description": "BalanceAccountNotificationData schema from Adyen API", "type": "object", "properties": { "balanceAccount": { "$ref": "#/components/schemas/BalanceAccount" }, "balancePlatform": { "description": "The unique identifier of the balance platform.", "type": "string" } }, "name": "BalanceAccountNotificationData" }