{
  "timestamp": "2026-05-12T21:37:14.383Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 7.1,
        "tempMax": 10.9,
        "rainProbability": 88,
        "windSpeed": 12.5,
        "humidity": 69
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.8,
        "tempMax": 28.2,
        "rainProbability": 93,
        "humidity": 62,
        "seaSurfaceTemp": 27.4,
        "waveHeight": 1.86,
        "windSpeed": 20.9
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 17.8,
        "tempMax": 25,
        "rainProbability": 33,
        "humidity": 85,
        "seaSurfaceTemp": 19.3,
        "waveHeight": 0.16,
        "windSpeed": 1
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 14.9,
        "tempMax": 24.6,
        "rainProbability": 5,
        "humidity": 96,
        "seaSurfaceTemp": 19,
        "waveHeight": 0.68,
        "windSpeed": 4.6
      }
    }
  ]
}