{
  "timestamp": "2026-05-03T09:14:36.544Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 10.3,
        "tempMax": 27.1,
        "rainProbability": 0,
        "windSpeed": 1.5,
        "humidity": 36
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.5,
        "tempMax": 27.8,
        "rainProbability": 2,
        "humidity": 55,
        "seaSurfaceTemp": 27.8,
        "waveHeight": 2.12,
        "windSpeed": 15.6
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 9.4,
        "tempMax": 15.1,
        "rainProbability": 100,
        "humidity": 59,
        "seaSurfaceTemp": 16.5,
        "waveHeight": 0.36,
        "windSpeed": 17.4
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 9.6,
        "tempMax": 17.8,
        "rainProbability": 88,
        "humidity": 56,
        "seaSurfaceTemp": 18.3,
        "waveHeight": 0.72,
        "windSpeed": 16.4
      }
    }
  ]
}