{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Contact", "title": "Contact", "type": "object", "properties": { "phone": { "type": "string", "description": "Phone number of the merchant

Applicable containers: bank,creditCard,investment,loan
" }, "email": { "type": "string", "description": "Email Id of the merchant

Applicable containers: bank,creditCard,investment,loan
" } } }