{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api-evangelist.github.io/gmx/json-schema/OrderEventCombination.json", "title": "OrderEventCombination", "properties": { "isTwap": { "type": "boolean" }, "isDepositOrWithdraw": { "type": "boolean" }, "orderType": { "type": "number", "format": "double" }, "eventName": { "type": "string" } }, "type": "object" }