{
  "weather": [
    {
      "region": "Iowa",
      "temperature": 81,
      "humidity": 40,
      "conditions": "clear sky",
      "forecast": "Current: 81°F. Conditions: clear sky.",
      "plantingViable": true,
      "frostRisk": false,
      "soilTempEstimate": 86,
      "evaluation": {
        "recommendation": "PLANT",
        "reason": "Conditions favorable. Soil temp ~86°F, no frost risk. Good planting window."
      }
    }
  ],
  "timestamp": "2026-06-12T18:26:04.401Z"
}