{
  "meta": {
    "version": "1.0.0",
    "generated": "2026-04-13",
    "description": "Sample JSON API response for server testing",
    "paths_tested": [
      "/index.html",
      "/about.html",
      "/contact.html",
      "/css/style.css",
      "/css/dark.css",
      "/js/main.js",
      "/js/utils.js",
      "/images/logo.svg",
      "/images/hero.svg",
      "/images/avatar.svg",
      "/assets/favicon.svg",
      "/api/data.json"
    ]
  },
  "server_checks": {
    "static_files": true,
    "nested_paths": true,
    "json_content_type": "application/json",
    "svg_content_type": "image/svg+xml",
    "css_content_type": "text/css",
    "js_content_type": "application/javascript"
  },
  "users": [
    { "id": 1, "name": "Alice Johnson",  "role": "admin",  "active": true  },
    { "id": 2, "name": "Bob Smith",      "role": "editor", "active": true  },
    { "id": 3, "name": "Carol Williams", "role": "viewer", "active": false }
  ],
  "items": [
    { "id": 101, "title": "Test item alpha",   "category": "A", "score": 95 },
    { "id": 102, "title": "Test item beta",    "category": "B", "score": 87 },
    { "id": 103, "title": "Test item gamma",   "category": "A", "score": 72 },
    { "id": 104, "title": "Test item delta",   "category": "C", "score": 61 },
    { "id": 105, "title": "Test item epsilon", "category": "B", "score": 99 }
  ],
  "stats": {
    "total_requests": 0,
    "uptime_seconds": 0,
    "avg_response_ms": 0,
    "note": "These values are static — update dynamically if your server supports templating."
  }
}
