{
  "timestamp": "2026-04-29T20:50:11.682Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 4.3,
        "tempMax": 14.6,
        "rainProbability": 0,
        "windSpeed": 8.3,
        "humidity": 32
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.3,
        "tempMax": 28.3,
        "rainProbability": 84,
        "humidity": 96,
        "seaSurfaceTemp": 28,
        "waveHeight": 1.1,
        "windSpeed": 1.3
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 12.7,
        "tempMax": 20.7,
        "rainProbability": 0,
        "humidity": 83,
        "seaSurfaceTemp": 17.5,
        "waveHeight": 0.08,
        "windSpeed": 6.3
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 13,
        "tempMax": 24.3,
        "rainProbability": 0,
        "humidity": 49,
        "seaSurfaceTemp": 18.9,
        "waveHeight": 0.1,
        "windSpeed": 4.2
      }
    }
  ]
}