{
  "timestamp": "2026-07-17T11:44:16.527Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 21.3,
        "tempMax": 29.2,
        "rainProbability": 60,
        "windSpeed": 10.9,
        "humidity": 41
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 21.3,
        "tempMax": 25.6,
        "rainProbability": 78,
        "humidity": 80,
        "seaSurfaceTemp": 25.2,
        "waveHeight": 1.7,
        "windSpeed": 14.8
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 25.9,
        "tempMax": 32.9,
        "rainProbability": 3,
        "humidity": 43,
        "seaSurfaceTemp": 28.8,
        "waveHeight": 0.08,
        "windSpeed": 13
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 23.9,
        "tempMax": 36.4,
        "rainProbability": 0,
        "humidity": 37,
        "seaSurfaceTemp": 29,
        "waveHeight": 0.36,
        "windSpeed": 12.4
      }
    }
  ]
}