{
  "timestamp": "2026-05-04T05:12:28.437Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 11.6,
        "tempMax": 25.1,
        "rainProbability": 5,
        "windSpeed": 2.9,
        "humidity": 62
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.6,
        "tempMax": 28,
        "rainProbability": 10,
        "humidity": 62,
        "seaSurfaceTemp": 27.7,
        "waveHeight": 2.12,
        "windSpeed": 15.4
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 11.4,
        "tempMax": 18.2,
        "rainProbability": 0,
        "humidity": 49,
        "seaSurfaceTemp": 16.1,
        "waveHeight": 0.24,
        "windSpeed": 6.2
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 8.6,
        "tempMax": 20.8,
        "rainProbability": 5,
        "humidity": 65,
        "seaSurfaceTemp": 18,
        "waveHeight": 0.44,
        "windSpeed": 3.8
      }
    }
  ]
}