{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "jsonrpc": {
      "const": "2.0"
    },
    "method": {
      "const": "sxplr.cancelRequest"
    },
    "params": {
      "properties": {
        "id": {
          "type": "string"
        }
      },
      "type": "object"
    }
  }
}