{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/individual_beneficial_owner", "title": "Individual_beneficial_owner", "description": "The individual owner of the account.", "allOf": [ { "$ref": "#/components/schemas/person" }, { "properties": { "percentage_of_ownership": { "description": "The percentage of shares this person owns in the company.", "$ref": "#/components/schemas/percentage" } } } ] }