{
  "timestamp": "2026-05-04T20:50:30.099Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 11.6,
        "tempMax": 24,
        "rainProbability": 3,
        "windSpeed": 1.1,
        "humidity": 47
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.7,
        "tempMax": 28.8,
        "rainProbability": 6,
        "humidity": 66,
        "seaSurfaceTemp": 27.6,
        "waveHeight": 1.96,
        "windSpeed": 14
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 11.2,
        "tempMax": 18.3,
        "rainProbability": 0,
        "humidity": 62,
        "seaSurfaceTemp": 16.5,
        "waveHeight": 0.1,
        "windSpeed": 4
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 8.6,
        "tempMax": 20.3,
        "rainProbability": 3,
        "humidity": 92,
        "seaSurfaceTemp": 18.1,
        "waveHeight": 0.42,
        "windSpeed": 4.3
      }
    }
  ]
}