{
  "timestamp": "2026-05-15T13:53:11.918Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 8.6,
        "tempMax": 15.9,
        "rainProbability": 75,
        "windSpeed": 9.5,
        "humidity": 43
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23,
        "tempMax": 27.9,
        "rainProbability": 100,
        "humidity": 69,
        "seaSurfaceTemp": 27.3,
        "waveHeight": 2.4,
        "windSpeed": 24
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 14.6,
        "tempMax": 20.1,
        "rainProbability": 13,
        "humidity": 69,
        "seaSurfaceTemp": 20,
        "waveHeight": 0.08,
        "windSpeed": 13.2
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 14.7,
        "tempMax": 21.9,
        "rainProbability": 55,
        "humidity": 67,
        "seaSurfaceTemp": 19.5,
        "waveHeight": 0.8,
        "windSpeed": 17.4
      }
    }
  ]
}