{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Conversion", "type": "object", "properties": { "conversionRate": { "type": "number" }, "crdhldBillAmt": { "type": "number" }, "fxDate": { "type": "string" }, "transCurr": { "type": "string" }, "crdhldBillCurr": { "type": "string" }, "transAmt": { "type": "number" }, "bankFee": { "type": "number" }, "errorCode": { "type": "string" }, "errorMessage": { "type": "string" } } }