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