{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/accounts-migrated-accounts-schema.json", "title": "MigratedAccounts", "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" } } }