{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {
"topic": {
"type": "string",
"description": "e.g. 'composable architecture'"
}
},
"required": [
"topic"
]
}{
"type": "object",
"properties": {
"filter": {
"type": "string",
"description": "sector or client, e.g. 'automotive'"
}
}
}{
"type": "object",
"properties": {
"query": {
"type": "string"
},
"limit": {
"type": "number",
"description": "default 8, max 25"
}
}
}