{
  "timestamp": "2026-04-04T18:41:27.535Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 8.4,
        "tempMax": 14.2,
        "rainProbability": 23,
        "windSpeed": 5,
        "humidity": 64
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26.1,
        "tempMax": 27.5,
        "rainProbability": 98,
        "humidity": 78,
        "seaSurfaceTemp": 28.6,
        "waveHeight": 2.66,
        "windSpeed": 19.9
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 12.6,
        "tempMax": 16.2,
        "rainProbability": 100,
        "humidity": 78,
        "seaSurfaceTemp": 13.6,
        "waveHeight": 0.16,
        "windSpeed": 4.3
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 9.4,
        "tempMax": 18,
        "rainProbability": 40,
        "humidity": 86,
        "seaSurfaceTemp": 16.4,
        "waveHeight": 0.92,
        "windSpeed": 3.4
      }
    }
  ]
}