{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "The industry or topic to search for"
}
},
"required": [
"query"
]
}{
"type": "object",
"properties": {
"slug": {
"type": "string",
"description": "The URL slug of the report"
}
},
"required": [
"slug"
]
}{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {
"report_id": {
"type": "integer",
"description": "The internal ID of the report"
}
},
"required": [
"report_id"
]
}