Individual owning the merchant.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "BeneficialOwner", "type": "object", "description": "Individual owning the merchant.", "properties": { "birthDate": { "type": "string", "description": "Beneficial owner birth date. Date must be in a [ISO 8601 format](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6)" } } }