{
  "timestamp": "2026-07-16T17:33:15.318Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 17,
        "tempMax": 28.8,
        "rainProbability": 35,
        "windSpeed": 8,
        "humidity": 44
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 20.8,
        "tempMax": 27.5,
        "rainProbability": 67,
        "humidity": 83,
        "seaSurfaceTemp": 25.2,
        "waveHeight": 1.68,
        "windSpeed": 13.5
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 24.9,
        "tempMax": 32.7,
        "rainProbability": 0,
        "humidity": 58,
        "seaSurfaceTemp": 28.6,
        "waveHeight": 0.04,
        "windSpeed": 5
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 22.8,
        "tempMax": 35.9,
        "rainProbability": 0,
        "humidity": 32,
        "seaSurfaceTemp": 28.3,
        "waveHeight": 0.24,
        "windSpeed": 5
      }
    }
  ]
}