{
  "timestamp": "2026-04-12T09:22:14.596Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 4.5,
        "tempMax": 12.2,
        "rainProbability": 58,
        "windSpeed": 7.6,
        "humidity": 46
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26.4,
        "tempMax": 27.5,
        "rainProbability": 23,
        "humidity": 77,
        "seaSurfaceTemp": 28.7,
        "waveHeight": 1.56,
        "windSpeed": 17.3
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 9.7,
        "tempMax": 15.8,
        "rainProbability": 0,
        "humidity": 61,
        "seaSurfaceTemp": 14.6,
        "waveHeight": 0.04,
        "windSpeed": 1.9
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 13.5,
        "tempMax": 18.9,
        "rainProbability": 0,
        "humidity": 70,
        "seaSurfaceTemp": 17,
        "waveHeight": 0.4,
        "windSpeed": 13.1
      }
    }
  ]
}