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