Legal entity owning the merchant.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "LegalEntity", "type": "object", "description": "Legal entity owning the merchant.", "properties": { "governmentOwned": { "type": "boolean", "description": "Indicates whether the legal entity is owned by a Government" } } }