{
  "timestamp": "2026-04-05T21:16:29.321Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 8.9,
        "tempMax": 22.7,
        "rainProbability": 3,
        "windSpeed": 17.3,
        "humidity": 47
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 25.2,
        "tempMax": 27.4,
        "rainProbability": 13,
        "humidity": 80,
        "seaSurfaceTemp": 28.5,
        "waveHeight": 2.48,
        "windSpeed": 14.3
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 12.7,
        "tempMax": 19.8,
        "rainProbability": 0,
        "humidity": 83,
        "seaSurfaceTemp": 14.3,
        "waveHeight": 0.04,
        "windSpeed": 3.4
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 12,
        "tempMax": 20.9,
        "rainProbability": 10,
        "humidity": 81,
        "seaSurfaceTemp": 16.5,
        "waveHeight": 0.42,
        "windSpeed": 5.4
      }
    }
  ]
}