{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Kyc", "type": "object", "properties": { "status": { "type": "boolean", "description": "KYC status of the client. If the status is true it indicates that KYC data has been updated and KYC completed.
This field is required if configured as **Business Mandatory*** ." }, "remark": { "type": "string", "description": "Remarks on the KYC status or documents.
**Conditional Mandatory*** field - Required when KYC status is true." } } }