{
  "timestamp": "2026-07-23T17:47:33.316Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 14.9,
        "tempMax": 18.2,
        "rainProbability": 50,
        "windSpeed": 14.3,
        "humidity": 56
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 20.9,
        "tempMax": 25.2,
        "rainProbability": 14,
        "humidity": 68,
        "seaSurfaceTemp": 25.2,
        "waveHeight": 2.08,
        "windSpeed": 13.3
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 24.4,
        "tempMax": 29.3,
        "rainProbability": 20,
        "humidity": 61,
        "seaSurfaceTemp": 29.2,
        "waveHeight": 0.18,
        "windSpeed": 9.7
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 26.2,
        "tempMax": 33.4,
        "rainProbability": 0,
        "humidity": 48,
        "seaSurfaceTemp": 28,
        "waveHeight": 0.64,
        "windSpeed": 16.4
      }
    }
  ]
}