{
  "timestamp": "2026-05-10T17:44:12.583Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 7.5,
        "tempMax": 21.3,
        "rainProbability": 0,
        "windSpeed": 11.5,
        "humidity": 35
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.5,
        "tempMax": 28,
        "rainProbability": 64,
        "humidity": 70,
        "seaSurfaceTemp": 27.5,
        "waveHeight": 1.98,
        "windSpeed": 22.2
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 15.3,
        "tempMax": 22,
        "rainProbability": 5,
        "humidity": 74,
        "seaSurfaceTemp": 18.9,
        "waveHeight": 0.06,
        "windSpeed": 6.2
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 14.2,
        "tempMax": 23.2,
        "rainProbability": 43,
        "humidity": 63,
        "seaSurfaceTemp": 19.2,
        "waveHeight": 0.34,
        "windSpeed": 2.6
      }
    }
  ]
}