{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "convertibleDetails", "type": "object", "properties": { "requestId": { "type": "string" }, "fsymId": { "type": "string" }, "convCurr": { "type": "string" }, "convEffDate": { "type": "string" }, "convEndDate": { "type": "string" }, "convFrequency": { "type": "string" }, "convId": { "type": "integer" }, "convIdentification": { "type": "string" }, "convNoticeDaysMax": { "type": "integer" }, "convNoticeDaysMin": { "type": "integer" }, "convPayForm": { "type": "string" }, "convPayFormDet": { "type": "string" }, "convPayFormElect": { "type": "string" }, "convPremChgControl": { "type": "number" }, "convPriceMethod": { "type": "string" }, "convRatio": { "type": "number" }, "convRatioDesc": { "type": "string" }, "convType": { "type": "string" } } }