{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/kyc-individual-patch", "title": "Individuals associated with a KYC application.", "type": "object", "allOf": [ { "$ref": "#/components/schemas/individual-patch" }, { "required": [ "entity_token" ] } ] }