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