{
  "timestamp": "2026-07-16T21:30:02.782Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 17,
        "tempMax": 28.8,
        "rainProbability": 35,
        "windSpeed": 2.3,
        "humidity": 62
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 21.1,
        "tempMax": 26.4,
        "rainProbability": 76,
        "humidity": 92,
        "seaSurfaceTemp": 25.2,
        "waveHeight": 1.7,
        "windSpeed": 13
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 26.1,
        "tempMax": 32.6,
        "rainProbability": 5,
        "humidity": 82,
        "seaSurfaceTemp": 28.3,
        "waveHeight": 0.04,
        "windSpeed": 0.4
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 24.2,
        "tempMax": 36.8,
        "rainProbability": 0,
        "humidity": 87,
        "seaSurfaceTemp": 28.1,
        "waveHeight": 0.3,
        "windSpeed": 4.8
      }
    }
  ]
}