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