{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "FuzzyFileSearchSessionStartParams",
  "type": "object",
  "required": [
    "roots",
    "sessionId"
  ],
  "properties": {
    "roots": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "sessionId": {
      "type": "string"
    }
  }
}