{
  "timestamp": "2026-04-28T20:26:02.008Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 5.3,
        "tempMax": 17.9,
        "rainProbability": 0,
        "windSpeed": 11.7,
        "humidity": 30
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.8,
        "tempMax": 28.5,
        "rainProbability": 92,
        "humidity": 92,
        "seaSurfaceTemp": 27.9,
        "waveHeight": 1.34,
        "windSpeed": 4.2
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 12.5,
        "tempMax": 19,
        "rainProbability": 0,
        "humidity": 75,
        "seaSurfaceTemp": 17,
        "waveHeight": 0.12,
        "windSpeed": 0.5
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 14.4,
        "tempMax": 23.6,
        "rainProbability": 0,
        "humidity": 92,
        "seaSurfaceTemp": 18.7,
        "waveHeight": 0.16,
        "windSpeed": 5.4
      }
    }
  ]
}