{
"type": "object",
"properties": {},
"additionalProperties": false
}{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Service name or id, e.g. 'slack', 'Microsoft', 'newbook-api'."
}
},
"required": [
"query"
],
"additionalProperties": false
}{
"type": "object",
"properties": {
"status": {
"type": "string",
"enum": [
"operational",
"degraded",
"outage",
"maintenance",
"informational",
"unknown"
],
"description": "Only include services currently in this status."
},
"category": {
"type": "string",
"description": "Only include services in this category (case-insensitive substring)."
}
},
"additionalProperties": false
}{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Service name or id, e.g. 'slack' or 'aws'."
},
"days": {
"type": "number",
"description": "Lookback window in days (1-90). Defaults to 90."
}
},
"required": [
"query"
],
"additionalProperties": false
}{
"type": "object",
"properties": {},
"additionalProperties": false
}