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