{
  "timestamp": "2026-07-16T19:34:43.778Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 17,
        "tempMax": 28.8,
        "rainProbability": 35,
        "windSpeed": 5.6,
        "humidity": 56
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 20.8,
        "tempMax": 27.5,
        "rainProbability": 67,
        "humidity": 86,
        "seaSurfaceTemp": 25.2,
        "waveHeight": 1.7,
        "windSpeed": 11.7
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 24.9,
        "tempMax": 32.7,
        "rainProbability": 0,
        "humidity": 78,
        "seaSurfaceTemp": 28.5,
        "waveHeight": 0.04,
        "windSpeed": 1.5
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 22.8,
        "tempMax": 35.9,
        "rainProbability": 0,
        "humidity": 69,
        "seaSurfaceTemp": 28.1,
        "waveHeight": 0.28,
        "windSpeed": 4
      }
    }
  ]
}