{
  "timestamp": "2026-05-06T01:43:42.406Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 12.5,
        "tempMax": 22.2,
        "rainProbability": 95,
        "windSpeed": 10.5,
        "humidity": 86
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.1,
        "tempMax": 30.1,
        "rainProbability": 22,
        "humidity": 74,
        "seaSurfaceTemp": 27.5,
        "waveHeight": 1.54,
        "windSpeed": 8.8
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 14.2,
        "tempMax": 21.7,
        "rainProbability": 0,
        "humidity": 86,
        "seaSurfaceTemp": 16.7,
        "waveHeight": 0.04,
        "windSpeed": 3.4
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 12.5,
        "tempMax": 22.2,
        "rainProbability": 3,
        "humidity": 71,
        "seaSurfaceTemp": 18.1,
        "waveHeight": 0.38,
        "windSpeed": 4.3
      }
    }
  ]
}