{
  "status": "active",
  "endpoint": "/api/network-quality-score",
  "description": "Calculates normalized connection intelligence scores combining bandwidth, latency, and packet stability variance.",
  "formula_structure": "QualityScore = (DownloadScore * 0.4) + (UploadScore * 0.3) + (PingScore * 0.2) + (JitterScore * 0.1)",
  "scoring_thresholds": {
    "excellent": "90 - 100",
    "good": "70 - 89",
    "average": "50 - 69",
    "poor": "0 - 49"
  }
}
