{
  "timestamp": "2026-04-06T06:17:25.112Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 8.4,
        "tempMax": 14.2,
        "rainProbability": 8,
        "windSpeed": 15.3,
        "humidity": 51
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 25.5,
        "tempMax": 27,
        "rainProbability": 13,
        "humidity": 76,
        "seaSurfaceTemp": 28.5,
        "waveHeight": 2.08,
        "windSpeed": 18.4
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 12,
        "tempMax": 19.4,
        "rainProbability": 0,
        "humidity": 86,
        "seaSurfaceTemp": 13.7,
        "waveHeight": 0.04,
        "windSpeed": 4.3
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 11.8,
        "tempMax": 20.8,
        "rainProbability": 10,
        "humidity": 84,
        "seaSurfaceTemp": 16.2,
        "waveHeight": 0.32,
        "windSpeed": 4.3
      }
    }
  ]
}