{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ModifyOrderRequest", "type": "object", "properties": { "EMSX_SEQUENCE": { "type": "integer" }, "EMSX_AMOUNT": { "type": "integer" }, "EMSX_ORDER_TYPE": { "type": "string" }, "EMSX_LIMIT_PRICE": { "type": "number" }, "EMSX_STOP_PRICE": { "type": "number" }, "EMSX_TIF": { "type": "string" }, "EMSX_NOTES": { "type": "string" } } }