{
  "timestamp": "2026-05-15T09:45:53.393Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 8.6,
        "tempMax": 15.4,
        "rainProbability": 75,
        "windSpeed": 2.7,
        "humidity": 52
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23,
        "tempMax": 27.9,
        "rainProbability": 100,
        "humidity": 54,
        "seaSurfaceTemp": 27.3,
        "waveHeight": 2.48,
        "windSpeed": 23.8
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 14.6,
        "tempMax": 20.1,
        "rainProbability": 13,
        "humidity": 63,
        "seaSurfaceTemp": 19.6,
        "waveHeight": 0.04,
        "windSpeed": 5.8
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 14.7,
        "tempMax": 21.6,
        "rainProbability": 55,
        "humidity": 63,
        "seaSurfaceTemp": 19.1,
        "waveHeight": 0.9,
        "windSpeed": 12.4
      }
    }
  ]
}