{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/accounts-migrated-stores-structure.json", "description": "MigratedStores schema from Adyen API", "type": "object", "properties": { "businessLineId": { "description": "The unique identifier of the business line associated with the migrated account holder in the balance platform.", "type": "string" }, "storeCode": { "description": "The unique identifier of the store associated with the migrated account holder in the classic integration.", "type": "string" }, "storeId": { "description": "The unique identifier of the store associated with the migrated account holder in the balance platform.", "type": "string" }, "storeReference": { "description": "Your reference for the store in the classic integration. The [Customer Area](https://ca-test.adyen.com/) uses this value for the store description.", "type": "string" } }, "name": "MigratedStores" }