{
  "timestamp": "2026-05-13T07:33:13.272Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 5.2,
        "tempMax": 14.9,
        "rainProbability": 38,
        "windSpeed": 15,
        "humidity": 58
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.5,
        "tempMax": 27.7,
        "rainProbability": 91,
        "humidity": 61,
        "seaSurfaceTemp": 27.4,
        "waveHeight": 1.68,
        "windSpeed": 21.4
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 16.9,
        "tempMax": 23.9,
        "rainProbability": 25,
        "humidity": 58,
        "seaSurfaceTemp": 18.9,
        "waveHeight": 0.2,
        "windSpeed": 7.9
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 14.6,
        "tempMax": 24.6,
        "rainProbability": 5,
        "humidity": 68,
        "seaSurfaceTemp": 18.9,
        "waveHeight": 0.72,
        "windSpeed": 7
      }
    }
  ]
}