{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "FreshCard", "type": "object", "properties": { "corporateCode": { "type": "string", "description": "Unique code of a corporate. <BR/> **Conditional Mandatory**<font color='red'>* </font> field - Required if client type is `CORPORATE`." } } }