{
  "timestamp": "2026-04-10T06:17:06.523Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 1.6,
        "tempMax": 5.5,
        "rainProbability": 88,
        "windSpeed": 2.1,
        "humidity": 53
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26.5,
        "tempMax": 27.1,
        "rainProbability": 8,
        "humidity": 72,
        "seaSurfaceTemp": 28.3,
        "waveHeight": 2.46,
        "windSpeed": 29.2
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 10.4,
        "tempMax": 15.4,
        "rainProbability": 28,
        "humidity": 71,
        "seaSurfaceTemp": 14.3,
        "waveHeight": 0.14,
        "windSpeed": 3.8
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 10.4,
        "tempMax": 20.6,
        "rainProbability": 0,
        "humidity": 72,
        "seaSurfaceTemp": 16.5,
        "waveHeight": 0.52,
        "windSpeed": 0
      }
    }
  ]
}