{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "DebitClient", "type": "object", "properties": { "vip": { "type": "boolean", "description": "Indicates whether client is VIP person. false (Default) indicates Normal client and true indicates VIP client. <BR/> This field is required if configured as **Business Mandatory**<font color='red'>* </font>." } } }