{
  "timestamp": "2026-04-12T00:06:28.430Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 4,
        "tempMax": 10,
        "rainProbability": 55,
        "windSpeed": 2.8,
        "humidity": 55
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26.6,
        "tempMax": 27.5,
        "rainProbability": 38,
        "humidity": 75,
        "seaSurfaceTemp": 28.4,
        "waveHeight": 1.68,
        "windSpeed": 5.8
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 10.3,
        "tempMax": 16,
        "rainProbability": 0,
        "humidity": 83,
        "seaSurfaceTemp": 14.4,
        "waveHeight": 0.1,
        "windSpeed": 2.1
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 13.8,
        "tempMax": 19.1,
        "rainProbability": 0,
        "humidity": 92,
        "seaSurfaceTemp": 17,
        "waveHeight": 0.22,
        "windSpeed": 4.1
      }
    }
  ]
}