{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ClientPreferences",
"type": "object",
"properties": {
"registerForDNCR": {
"type": "boolean",
"description": "Indicates whether registered in 'DNCR' (Do Not Call Register) or not. Default false.
This field is required if configured as **Business Mandatory*** ."
},
"smsAlert": {
"type": "boolean",
"description": "Indicates whether registered for sms alert notification facility or not. Default false.
This field is required if configured as **Business Mandatory*** ."
},
"emailAlert": {
"type": "boolean",
"description": "Indicates whether registered for email alert notification facility or not. Default false.
This field is required if configured as **Business Mandatory*** ."
}
}
}