{
  "timestamp": "2026-04-04T11:26:52.133Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 8.4,
        "tempMax": 14.3,
        "rainProbability": 25,
        "windSpeed": 18,
        "humidity": 58
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26.1,
        "tempMax": 27.5,
        "rainProbability": 98,
        "humidity": 76,
        "seaSurfaceTemp": 29,
        "waveHeight": 3.02,
        "windSpeed": 21.7
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 12.6,
        "tempMax": 16.1,
        "rainProbability": 100,
        "humidity": 69,
        "seaSurfaceTemp": 13.8,
        "waveHeight": 0.26,
        "windSpeed": 9.4
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 9.4,
        "tempMax": 17.5,
        "rainProbability": 40,
        "humidity": 67,
        "seaSurfaceTemp": 16.7,
        "waveHeight": 1.08,
        "windSpeed": 3.3
      }
    }
  ]
}