{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Search terms, for example \"AI lead scoring\"."
},
"section": {
"type": "string",
"enum": [
"all",
"site",
"blog",
"glossary",
"tools",
"examples",
"solutions"
],
"default": "all"
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 25,
"default": 8
}
},
"required": [
"query"
]
}{
"type": "object",
"properties": {
"path": {
"type": "string",
"description": "Site path beginning with \"/\"."
}
},
"required": [
"path"
]
}{
"type": "object",
"properties": {
"section": {
"type": "string",
"enum": [
"all",
"site",
"blog",
"glossary",
"tools",
"examples",
"solutions"
],
"default": "all"
}
},
"required": [
"section"
]
}{
"type": "object",
"properties": {}
}