{
  "timestamp": "2026-05-03T12:10:45.585Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 10.3,
        "tempMax": 27,
        "rainProbability": 0,
        "windSpeed": 8.2,
        "humidity": 22
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.5,
        "tempMax": 27.8,
        "rainProbability": 4,
        "humidity": 56,
        "seaSurfaceTemp": 27.9,
        "waveHeight": 2.16,
        "windSpeed": 15.8
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 9.4,
        "tempMax": 15.4,
        "rainProbability": 100,
        "humidity": 49,
        "seaSurfaceTemp": 16.6,
        "waveHeight": 0.34,
        "windSpeed": 10.5
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 9.6,
        "tempMax": 18,
        "rainProbability": 88,
        "humidity": 54,
        "seaSurfaceTemp": 18.5,
        "waveHeight": 0.68,
        "windSpeed": 16.9
      }
    }
  ]
}