{
  "timestamp": "2026-07-19T19:37:49.375Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 17.2,
        "tempMax": 21.7,
        "rainProbability": 88,
        "windSpeed": 7.8,
        "humidity": 54
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 18.9,
        "tempMax": 25.9,
        "rainProbability": 25,
        "humidity": 81,
        "seaSurfaceTemp": 25.1,
        "waveHeight": 1.28,
        "windSpeed": 5.4
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 25.5,
        "tempMax": 32.5,
        "rainProbability": 0,
        "humidity": 76,
        "seaSurfaceTemp": 29.1,
        "waveHeight": 0.1,
        "windSpeed": 1.6
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 23.5,
        "tempMax": 36.8,
        "rainProbability": 0,
        "humidity": 68,
        "seaSurfaceTemp": 28.9,
        "waveHeight": 0.14,
        "windSpeed": 4.4
      }
    }
  ]
}