{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/accounts-migrated-accounts-structure.json", "description": "MigratedAccounts schema from Adyen API", "type": "object", "properties": { "balanceAccountId": { "description": "The unique identifier of the account of the migrated account holder in the balance platform.", "type": "string" }, "virtualAccountCode": { "description": "The unique identifier of the account of the migrated account holder in the classic integration.", "type": "string" } }, "name": "MigratedAccounts" }