| { | |
| "$schema": "http://json-schema.org/draft-07/schema#", | |
| "properties": { | |
| "cancellationToken": { | |
| "type": [ | |
| "string", | |
| "null" | |
| ] | |
| }, | |
| "query": { | |
| "type": "string" | |
| }, | |
| "roots": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "required": [ | |
| "query", | |
| "roots" | |
| ], | |
| "title": "FuzzyFileSearchParams", | |
| "type": "object" | |
| } |