{
  "appName": "RouteResolve",
  "version": "1.0.0",
  "user": {
    "id": "wp273",
    "name": "Wenqing",
    "preferences": {
      "notificationsEnabled": true,
      "theme": "light",
      "budgetLevel": "medium"
    }
  },
  "locations": [
    {
      "id": "loc_001",
      "name": "Cornell Tech Campus",
      "type": "campus",
      "coordinates": {
        "lat": 40.7553,
        "lng": -73.9565
      },
      "riskLevel": "low"
    },
    {
      "id": "loc_002",
      "name": "Subway Station",
      "type": "transport",
      "coordinates": {
        "lat": 40.7505,
        "lng": -73.9934
      },
      "riskLevel": "medium"
    }
  ],
  "alerts": [
    {
      "id": "alert_001",
      "type": "weather",
      "message": "Heavy snow expected",
      "severity": "high",
      "timestamp": "2026-02-25T18:00:00Z",
      "affectedLocations": ["loc_001", "loc_002"]
    }
  ],
  "recommendations": [
    {
      "id": "rec_001",
      "title": "Safe Route to Campus",
      "description": "Avoid main roads and use indoor pathways",
      "estimatedTime": 15,
      "safetyScore": 0.92
    }
  ]
}