{
  "timestamp": "2026-04-16T05:25:00.146Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 11.9,
        "tempMax": 19.3,
        "rainProbability": 10,
        "windSpeed": 2.3,
        "humidity": 74
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 25.5,
        "tempMax": 27.5,
        "rainProbability": 48,
        "humidity": 81,
        "seaSurfaceTemp": 28.4,
        "waveHeight": 1.16,
        "windSpeed": 1.3
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 13.7,
        "tempMax": 17.8,
        "rainProbability": 3,
        "humidity": 72,
        "seaSurfaceTemp": 14.9,
        "waveHeight": 0.22,
        "windSpeed": 7
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 15.9,
        "tempMax": 20.5,
        "rainProbability": 13,
        "humidity": 80,
        "seaSurfaceTemp": 16.9,
        "waveHeight": 0.96,
        "windSpeed": 9.8
      }
    }
  ]
}