{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api-evangelist.github.io/gmx/json-schema/EditPrepareRequest.json", "title": "EditPrepareRequest", "properties": { "subaccountApproval": { "$ref": "#/components/schemas/Record_string.any_" }, "subaccountAddress": { "type": "string" }, "from": { "type": "string" }, "mode": { "$ref": "#/components/schemas/TransactionMode" }, "executionFeeTopUp": { "type": "string" }, "newAutoCancel": { "type": "boolean" }, "newAcceptablePrice": { "type": "string" }, "newTriggerPrice": { "type": "string" }, "newSize": { "type": "string" }, "orderIds": { "items": { "type": "string" }, "type": "array" } }, "required": [ "from", "mode", "orderIds" ], "type": "object" }