{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "SanctionScreening", "type": "object", "properties": { "taxId": { "type": "string" }, "formerLegalNames": { "type": "array" }, "doBusinessWithSanctionedGeographies": { "type": "boolean" }, "sanctionedGeographies": { "type": "array" }, "publiclyTraded": { "type": "boolean" }, "tickerSymbol": { "type": "string" }, "beneficialOwners": { "type": "array" }, "legalEntities": { "type": "array" } } }