{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Search terms"
}
},
"required": [
"query"
]
}{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {
"path": {
"type": "string",
"description": "Site-relative path starting with '/', e.g. '/about'"
}
},
"required": [
"path"
]
}{
"type": "object",
"properties": {
"path": {
"type": "string",
"description": "Site-relative path starting with '/', e.g. '/about'"
}
},
"required": [
"path"
]
}