{
  "timestamp": "2026-05-07T21:51:48.642Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 10.9,
        "tempMax": 17.1,
        "rainProbability": 98,
        "windSpeed": 6.9,
        "humidity": 83
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23,
        "tempMax": 28.7,
        "rainProbability": 10,
        "humidity": 67,
        "seaSurfaceTemp": 27.5,
        "waveHeight": 1.36,
        "windSpeed": 13.9
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 15.6,
        "tempMax": 18.1,
        "rainProbability": 83,
        "humidity": 89,
        "seaSurfaceTemp": 17.6,
        "waveHeight": 0.14,
        "windSpeed": 3
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 18.5,
        "tempMax": 20.2,
        "rainProbability": 65,
        "humidity": 49,
        "seaSurfaceTemp": 18.5,
        "waveHeight": 0.9,
        "windSpeed": 14.3
      }
    }
  ]
}