{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Search keywords, e.g. AWS credits or student grants"
}
},
"required": [
"query"
]
}{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": [
"accelerators",
"incubators",
"grants",
"programs"
],
"description": "Which program list to open"
}
},
"required": [
"type"
]
}