{
  "timestamp": "2026-05-13T15:51:44.729Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 5.2,
        "tempMax": 14.3,
        "rainProbability": 48,
        "windSpeed": 14,
        "humidity": 42
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.9,
        "tempMax": 28,
        "rainProbability": 90,
        "humidity": 87,
        "seaSurfaceTemp": 27.4,
        "waveHeight": 1.7,
        "windSpeed": 20.3
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 16.9,
        "tempMax": 24.4,
        "rainProbability": 63,
        "humidity": 55,
        "seaSurfaceTemp": 19.9,
        "waveHeight": 0.14,
        "windSpeed": 2.5
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 14.6,
        "tempMax": 24.7,
        "rainProbability": 0,
        "humidity": 40,
        "seaSurfaceTemp": 19.5,
        "waveHeight": 0.64,
        "windSpeed": 10.7
      }
    }
  ]
}