{
  "timestamp": "2026-04-05T09:10:26.766Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 8.9,
        "tempMax": 22.6,
        "rainProbability": 10,
        "windSpeed": 12.3,
        "humidity": 56
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 24.8,
        "tempMax": 26,
        "rainProbability": 80,
        "humidity": 78,
        "seaSurfaceTemp": 28.7,
        "waveHeight": 2.68,
        "windSpeed": 12.6
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 11.5,
        "tempMax": 18.9,
        "rainProbability": 5,
        "humidity": 64,
        "seaSurfaceTemp": 13.7,
        "waveHeight": 0.12,
        "windSpeed": 7.3
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 11.8,
        "tempMax": 19.7,
        "rainProbability": 20,
        "humidity": 64,
        "seaSurfaceTemp": 16.2,
        "waveHeight": 0.6,
        "windSpeed": 12.1
      }
    }
  ]
}