{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "RegisteredContacts",
"type": "object",
"properties": {
"fax": {
"type": "string",
"description": "Fax Number.
This field is required if configured as **Business Mandatory*** ."
}
}
}