{
  "timestamp": "2026-07-17T19:32:20.906Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 21.3,
        "tempMax": 29.2,
        "rainProbability": 45,
        "windSpeed": 5.8,
        "humidity": 73
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 21.4,
        "tempMax": 24.4,
        "rainProbability": 96,
        "humidity": 80,
        "seaSurfaceTemp": 25.2,
        "waveHeight": 1.62,
        "windSpeed": 10
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 25.9,
        "tempMax": 33,
        "rainProbability": 3,
        "humidity": 70,
        "seaSurfaceTemp": 28.9,
        "waveHeight": 0.08,
        "windSpeed": 2.3
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 23.9,
        "tempMax": 36.4,
        "rainProbability": 0,
        "humidity": 54,
        "seaSurfaceTemp": 28.8,
        "waveHeight": 0.34,
        "windSpeed": 2.3
      }
    }
  ]
}