{
  "timestamp": "2026-05-13T18:10:39.351Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 5.2,
        "tempMax": 14,
        "rainProbability": 48,
        "windSpeed": 10.7,
        "humidity": 48
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.9,
        "tempMax": 28,
        "rainProbability": 90,
        "humidity": 90,
        "seaSurfaceTemp": 27.4,
        "waveHeight": 1.72,
        "windSpeed": 20.8
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 16.9,
        "tempMax": 24.3,
        "rainProbability": 63,
        "humidity": 81,
        "seaSurfaceTemp": 19.7,
        "waveHeight": 0.12,
        "windSpeed": 3.2
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 14.6,
        "tempMax": 24.7,
        "rainProbability": 0,
        "humidity": 54,
        "seaSurfaceTemp": 19.4,
        "waveHeight": 0.6,
        "windSpeed": 5
      }
    }
  ]
}