{
  "timestamp": "2026-05-12T09:48:18.783Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 6.9,
        "tempMax": 11.6,
        "rainProbability": 90,
        "windSpeed": 20.3,
        "humidity": 42
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.8,
        "tempMax": 27.9,
        "rainProbability": 100,
        "humidity": 63,
        "seaSurfaceTemp": 27.5,
        "waveHeight": 1.68,
        "windSpeed": 20.6
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 16.1,
        "tempMax": 24.8,
        "rainProbability": 0,
        "humidity": 70,
        "seaSurfaceTemp": 19.4,
        "waveHeight": 0.1,
        "windSpeed": 13.4
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 14.3,
        "tempMax": 23.8,
        "rainProbability": 0,
        "humidity": 61,
        "seaSurfaceTemp": 19.2,
        "waveHeight": 0.34,
        "windSpeed": 12.2
      }
    }
  ]
}