{
  "timestamp": "2026-04-19T23:19:24.551Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 5.5,
        "tempMax": 11.1,
        "rainProbability": 63,
        "windSpeed": 11.3,
        "humidity": 73
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26.2,
        "tempMax": 27.8,
        "rainProbability": 40,
        "humidity": 83,
        "seaSurfaceTemp": 28.4,
        "waveHeight": 1.38,
        "windSpeed": 25.2
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 12.8,
        "tempMax": 19.4,
        "rainProbability": 3,
        "humidity": 85,
        "seaSurfaceTemp": 15.9,
        "waveHeight": 0.04,
        "windSpeed": 2.2
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 12.7,
        "tempMax": 21.4,
        "rainProbability": 3,
        "humidity": 87,
        "seaSurfaceTemp": 17.6,
        "waveHeight": 0.42,
        "windSpeed": 5.2
      }
    }
  ]
}