{
  "timestamp": "2026-07-19T09:41:18.212Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 16.7,
        "tempMax": 21.2,
        "rainProbability": 88,
        "windSpeed": 7.9,
        "humidity": 70
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 18.9,
        "tempMax": 25.7,
        "rainProbability": 22,
        "humidity": 61,
        "seaSurfaceTemp": 25.3,
        "waveHeight": 1.3,
        "windSpeed": 16.5
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 25.5,
        "tempMax": 32.8,
        "rainProbability": 0,
        "humidity": 56,
        "seaSurfaceTemp": 28.6,
        "waveHeight": 0.08,
        "windSpeed": 1.5
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 23.5,
        "tempMax": 36.2,
        "rainProbability": 0,
        "humidity": 45,
        "seaSurfaceTemp": 29,
        "waveHeight": 0.1,
        "windSpeed": 3.9
      }
    }
  ]
}