{
  "timestamp": "2026-05-01T15:45:53.245Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 5,
        "tempMax": 20.8,
        "rainProbability": 0,
        "windSpeed": 4.2,
        "humidity": 29
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.6,
        "tempMax": 27.1,
        "rainProbability": 100,
        "humidity": 85,
        "seaSurfaceTemp": 27.8,
        "waveHeight": 2.96,
        "windSpeed": 18.9
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 10.8,
        "tempMax": 13.7,
        "rainProbability": 100,
        "humidity": 56,
        "seaSurfaceTemp": 16.6,
        "waveHeight": 0.52,
        "windSpeed": 18.1
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 14,
        "tempMax": 19.9,
        "rainProbability": 43,
        "humidity": 68,
        "seaSurfaceTemp": 19.1,
        "waveHeight": 0.68,
        "windSpeed": 14.5
      }
    }
  ]
}