{
  "timestamp": "2026-05-06T09:32:47.839Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 12.5,
        "tempMax": 22.8,
        "rainProbability": 95,
        "windSpeed": 15,
        "humidity": 51
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23,
        "tempMax": 30.2,
        "rainProbability": 8,
        "humidity": 48,
        "seaSurfaceTemp": 27.6,
        "waveHeight": 1.58,
        "windSpeed": 13.2
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 13.5,
        "tempMax": 21.4,
        "rainProbability": 0,
        "humidity": 56,
        "seaSurfaceTemp": 17.1,
        "waveHeight": 0.04,
        "windSpeed": 4.9
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 12.3,
        "tempMax": 22,
        "rainProbability": 3,
        "humidity": 63,
        "seaSurfaceTemp": 18.5,
        "waveHeight": 0.28,
        "windSpeed": 5.6
      }
    }
  ]
}