{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api-evangelist.github.io/gmx/json-schema/OrderKind.json", "title": "OrderKind", "enum": [ "increase", "decrease", "swap" ], "type": "string" }