{
"type": "object",
"properties": {
"query": {
"type": "string",
"minLength": 2,
"description": "Search terms. Each word must match; matching is prefix-based, so \"perf\" matches \"performance\"."
}
},
"required": [
"query"
]
}