{
  "timestamp": "2026-04-17T06:06:33.990Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 9,
        "tempMax": 20.5,
        "rainProbability": 10,
        "windSpeed": 1.8,
        "humidity": 76
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26.8,
        "tempMax": 27.4,
        "rainProbability": 48,
        "humidity": 74,
        "seaSurfaceTemp": 28.5,
        "waveHeight": 1.42,
        "windSpeed": 8.1
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 12.6,
        "tempMax": 19.9,
        "rainProbability": 0,
        "humidity": 78,
        "seaSurfaceTemp": 15.2,
        "waveHeight": 0.22,
        "windSpeed": 6.1
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 16.8,
        "tempMax": 23.9,
        "rainProbability": 8,
        "humidity": 70,
        "seaSurfaceTemp": 17,
        "waveHeight": 0.46,
        "windSpeed": 8.9
      }
    }
  ]
}