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