{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/kraken/refs/heads/main/json-schema/futures-rest-edit-order-futures-request-schema.json", "title": "EditOrderFuturesRequest", "description": "EditOrderFuturesRequest schema from Kraken Futures REST API", "type": "object", "properties": { "orderId": { "type": "string", "example": "OQCLML-BW3P3-BUCMWZ" }, "cliOrdId": { "type": "string", "example": "OQCLML-BW3P3-BUCMWZ" }, "size": { "type": "number", "example": 0.01 }, "limitPrice": { "type": "number", "example": "0.01" }, "stopPrice": { "type": "number", "example": "0.01" }, "trailingStopMaxDeviation": { "type": "number", "example": 0.01 }, "trailingStopDeviationUnit": { "type": "string", "example": "string" } } }