{
    "type": "object",
    "properties": {
        "orderId": {
            "type": "string"
        },
        "signature": {
            "type": "string"
        },
        "senderPublicKey": {
            "type": "string"
        }
    },
    "required": [
        "orderId"
    ],
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$id": "https://raw.githubusercontent.com/acrylplatform/acryl-transactions/master/src/schemas/ICancelOrderParams.json",
    "definitions": {
        "LONG": {
            "type": [
                "number"
            ]
        }
    }
}
