{
  "timestamp": "2026-05-15T18:03:56.514Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 8.6,
        "tempMax": 15.8,
        "rainProbability": 88,
        "windSpeed": 5.9,
        "humidity": 52
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23,
        "tempMax": 27.9,
        "rainProbability": 100,
        "humidity": 74,
        "seaSurfaceTemp": 27.2,
        "waveHeight": 2.38,
        "windSpeed": 22.3
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 14.6,
        "tempMax": 20.1,
        "rainProbability": 13,
        "humidity": 80,
        "seaSurfaceTemp": 19.7,
        "waveHeight": 0.12,
        "windSpeed": 6.7
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 14.7,
        "tempMax": 21.9,
        "rainProbability": 55,
        "humidity": 76,
        "seaSurfaceTemp": 19.4,
        "waveHeight": 0.7,
        "windSpeed": 6.6
      }
    }
  ]
}