{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/MigratedAccounts",
"title": "MigratedAccounts",
"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"
}
},
"type": "object"
}