{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/KybDelegatedIndividual", "title": "KybDelegatedIndividual", "allOf": [ { "$ref": "#/components/schemas/Individual" }, { "required": [ "first_name", "last_name" ], "type": "object" } ], "description": "Individuals associated with a KYB_DELEGATED application. Only first and last name are required." }