{
  "timestamp": "2026-04-18T11:30:27.653Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 8.3,
        "tempMax": 20.2,
        "rainProbability": 8,
        "windSpeed": 0.7,
        "humidity": 32
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26.5,
        "tempMax": 28,
        "rainProbability": 60,
        "humidity": 75,
        "seaSurfaceTemp": 28.8,
        "waveHeight": 1.38,
        "windSpeed": 6.3
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 12.9,
        "tempMax": 18.1,
        "rainProbability": 33,
        "humidity": 53,
        "seaSurfaceTemp": 16,
        "waveHeight": 0.22,
        "windSpeed": 4.7
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 16.4,
        "tempMax": 24,
        "rainProbability": 0,
        "humidity": 38,
        "seaSurfaceTemp": 18.2,
        "waveHeight": 0.48,
        "windSpeed": 6.1
      }
    }
  ]
}