{
  "service": "0G Service Health Monitor",
  "version": "1.0.0",
  "endpoints": {
    "health": {
      "path": "/health?window=5h",
      "description": "Service heartbeat (optional window param, e.g. 1h, 30m, 7d)"
    },
    "models": {
      "path": "/models",
      "description": "Aggregated model list from all providers (cached)"
    },
    "history": {
      "path": "/history?providers=0x1234,0x5678&period=24h",
      "description": "Per-bucket uptime and latency trend for a set of providers (probe source)"
    },
    "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"
    }
  }
}