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