{
  "timestamp": "2026-07-19T05:28:50.400Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 16.8,
        "tempMax": 21.4,
        "rainProbability": 80,
        "windSpeed": 6,
        "humidity": 77
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 18.5,
        "tempMax": 25.3,
        "rainProbability": 22,
        "humidity": 73,
        "seaSurfaceTemp": 25.2,
        "waveHeight": 1.32,
        "windSpeed": 6.6
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 25.5,
        "tempMax": 32.9,
        "rainProbability": 0,
        "humidity": 71,
        "seaSurfaceTemp": 28.3,
        "waveHeight": 0.04,
        "windSpeed": 5.1
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 23.8,
        "tempMax": 36.8,
        "rainProbability": 0,
        "humidity": 86,
        "seaSurfaceTemp": 28.3,
        "waveHeight": 0.1,
        "windSpeed": 4.4
      }
    }
  ]
}