{
  "timestamp": "2026-05-02T18:52:23.020Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 6.9,
        "tempMax": 24.9,
        "rainProbability": 0,
        "windSpeed": 5.5,
        "humidity": 24
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.2,
        "tempMax": 26.7,
        "rainProbability": 100,
        "humidity": 77,
        "seaSurfaceTemp": 27.8,
        "waveHeight": 2.16,
        "windSpeed": 19.9
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 10.8,
        "tempMax": 14.3,
        "rainProbability": 38,
        "humidity": 64,
        "seaSurfaceTemp": 16.4,
        "waveHeight": 0.36,
        "windSpeed": 8.8
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 13.5,
        "tempMax": 17.2,
        "rainProbability": 50,
        "humidity": 47,
        "seaSurfaceTemp": 18.4,
        "waveHeight": 0.6,
        "windSpeed": 14.5
      }
    }
  ]
}