{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "title": "prepareOrderCancellationParameters",
  "type": "object",
  "properties": {
    "address": {
      "$ref": "address",
      "description": "The address of the account that is creating the transaction."
    },
    "orderCancellation": {
      "$ref": "orderCancellation",
      "description": "The specification of the order cancellation to prepare."
    },
    "instructions": {"$ref": "instructions"}
  },
  "additionalProperties": false,
  "required": ["address", "orderCancellation"]
}
