{
  "timestamp": "2026-05-07T07:44:57.301Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 10.9,
        "tempMax": 17.1,
        "rainProbability": 98,
        "windSpeed": 14.1,
        "humidity": 71
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.7,
        "tempMax": 29.2,
        "rainProbability": 2,
        "humidity": 49,
        "seaSurfaceTemp": 27.5,
        "waveHeight": 1.52,
        "windSpeed": 20.3
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 14.4,
        "tempMax": 20.2,
        "rainProbability": 30,
        "humidity": 81,
        "seaSurfaceTemp": 17.2,
        "waveHeight": 0.08,
        "windSpeed": 4.7
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 12.9,
        "tempMax": 22,
        "rainProbability": 3,
        "humidity": 69,
        "seaSurfaceTemp": 18.3,
        "waveHeight": 0.26,
        "windSpeed": 5.3
      }
    }
  ]
}