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