{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Mobile", "type": "object", "description": "Mobile number details", "properties": { "isd": { "type": "string", "description": "ISD code is defined as the country code to call a mobile subscriber directly from outside the country. For example, +91 for India and +971 for UAE.
If not provided, then the institution ISD code is populated." }, "number": { "type": "string", "description": "Mobile number excluding ISD Code.
**Conditional Mandatory*** field - Required when SMS alert is activated or ISD value is provided." } } }