{
  "timestamp": "2026-04-29T11:54:05.302Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 4.3,
        "tempMax": 14.5,
        "rainProbability": 0,
        "windSpeed": 11.1,
        "humidity": 28
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.1,
        "tempMax": 28.9,
        "rainProbability": 100,
        "humidity": 82,
        "seaSurfaceTemp": 28.5,
        "waveHeight": 1.14,
        "windSpeed": 6.9
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 12.7,
        "tempMax": 20.5,
        "rainProbability": 0,
        "humidity": 59,
        "seaSurfaceTemp": 17.6,
        "waveHeight": 0.08,
        "windSpeed": 2.5
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 13,
        "tempMax": 24,
        "rainProbability": 0,
        "humidity": 53,
        "seaSurfaceTemp": 19.4,
        "waveHeight": 0.08,
        "windSpeed": 5.2
      }
    }
  ]
}