{
  "service": "0G Service Health Monitor",
  "version": "1.0.0",
  "endpoints": {
    "health": {
      "path": "/health",
      "description": "Service heartbeat"
    },
    "models": {
      "path": "/models",
      "description": "Aggregated model list from all providers (cached)"
    },
    "uptime": {
      "path": "/uptime?window=7d&sla=0.999",
      "description": "Long-term uptime summary with SLA and error budget"
    },
    "outages": {
      "path": "/outages?window=30d&model=X&provider=0x...",
      "description": "Confirmed outage events in the given window"
    }
  }
}