{
  "timestamp": "2026-07-21T13:20:10.937Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 13.5,
        "tempMax": 20.8,
        "rainProbability": 3,
        "windSpeed": 9.8,
        "humidity": 40
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 18,
        "tempMax": 27.5,
        "rainProbability": 33,
        "humidity": 61,
        "seaSurfaceTemp": 25.4,
        "waveHeight": 2.1,
        "windSpeed": 1.7
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 26.4,
        "tempMax": 32.8,
        "rainProbability": 5,
        "humidity": 56,
        "seaSurfaceTemp": 29.9,
        "waveHeight": 0.06,
        "windSpeed": 13.1
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 24.7,
        "tempMax": 36.6,
        "rainProbability": 0,
        "humidity": 36,
        "seaSurfaceTemp": 29.5,
        "waveHeight": 0.08,
        "windSpeed": 2.5
      }
    }
  ]
}