{
  "timestamp": "2026-04-04T14:35:39.746Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 8.4,
        "tempMax": 14.5,
        "rainProbability": 25,
        "windSpeed": 11.4,
        "humidity": 57
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26.1,
        "tempMax": 27.5,
        "rainProbability": 98,
        "humidity": 79,
        "seaSurfaceTemp": 28.8,
        "waveHeight": 2.64,
        "windSpeed": 20.2
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 12.6,
        "tempMax": 16,
        "rainProbability": 100,
        "humidity": 63,
        "seaSurfaceTemp": 13.6,
        "waveHeight": 0.22,
        "windSpeed": 8
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 9.4,
        "tempMax": 18,
        "rainProbability": 40,
        "humidity": 63,
        "seaSurfaceTemp": 16.7,
        "waveHeight": 1.04,
        "windSpeed": 8.9
      }
    }
  ]
}