{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "issueSize", "type": "object", "properties": { "requestId": { "type": "string" }, "fsymId": { "type": "string" }, "outAmtEffDate": { "type": "string" }, "outAmtCurrency": { "type": "string" }, "outAmt": { "type": "number" }, "outAmtChange": { "type": "number" }, "outAmtChangePrice": { "type": "number" }, "outAmtChangeType": { "type": "string" } } }