{
  "timestamp": "2026-07-18T13:37:51.922Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 19,
        "tempMax": 26.4,
        "rainProbability": 20,
        "windSpeed": 9.2,
        "humidity": 54
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 20.5,
        "tempMax": 25.7,
        "rainProbability": 14,
        "humidity": 72,
        "seaSurfaceTemp": 25.3,
        "waveHeight": 1.54,
        "windSpeed": 9.8
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 26.5,
        "tempMax": 33,
        "rainProbability": 3,
        "humidity": 41,
        "seaSurfaceTemp": 28.9,
        "waveHeight": 0.04,
        "windSpeed": 12.2
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 25.1,
        "tempMax": 36.6,
        "rainProbability": 0,
        "humidity": 36,
        "seaSurfaceTemp": 29.4,
        "waveHeight": 0.22,
        "windSpeed": 2.6
      }
    }
  ]
}