{
  "timestamp": "2026-05-12T23:41:19.579Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 4.8,
        "tempMax": 14.5,
        "rainProbability": 40,
        "windSpeed": 12.1,
        "humidity": 69
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.8,
        "tempMax": 28.2,
        "rainProbability": 93,
        "humidity": 65,
        "seaSurfaceTemp": 27.4,
        "waveHeight": 1.82,
        "windSpeed": 18
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 17.5,
        "tempMax": 24.6,
        "rainProbability": 33,
        "humidity": 84,
        "seaSurfaceTemp": 19.1,
        "waveHeight": 0.2,
        "windSpeed": 2.8
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 15,
        "tempMax": 24.9,
        "rainProbability": 5,
        "humidity": 94,
        "seaSurfaceTemp": 18.9,
        "waveHeight": 0.72,
        "windSpeed": 5.9
      }
    }
  ]
}