{
  "timestamp": "2026-05-17T00:56:01.329Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 7.1,
        "tempMax": 17.1,
        "rainProbability": 5,
        "windSpeed": 3.1,
        "humidity": 69
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.3,
        "tempMax": 27,
        "rainProbability": 92,
        "humidity": 86,
        "seaSurfaceTemp": 27.1,
        "waveHeight": 2.7,
        "windSpeed": 16.6
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 16.2,
        "tempMax": 23.7,
        "rainProbability": 5,
        "humidity": 56,
        "seaSurfaceTemp": 19.6,
        "waveHeight": 0.48,
        "windSpeed": 8.7
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 15,
        "tempMax": 21.1,
        "rainProbability": 3,
        "humidity": 78,
        "seaSurfaceTemp": 19.2,
        "waveHeight": 0.94,
        "windSpeed": 8
      }
    }
  ]
}