{
  "timestamp": "2026-04-16T21:19:00.327Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 11.8,
        "tempMax": 19.2,
        "rainProbability": 13,
        "windSpeed": 2.1,
        "humidity": 60
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26.9,
        "tempMax": 27.5,
        "rainProbability": 45,
        "humidity": 74,
        "seaSurfaceTemp": 28.5,
        "waveHeight": 1.26,
        "windSpeed": 6.1
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 13,
        "tempMax": 20,
        "rainProbability": 0,
        "humidity": 74,
        "seaSurfaceTemp": 15.6,
        "waveHeight": 0.2,
        "windSpeed": 6.6
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 16.8,
        "tempMax": 24,
        "rainProbability": 15,
        "humidity": 68,
        "seaSurfaceTemp": 17,
        "waveHeight": 0.56,
        "windSpeed": 8.4
      }
    }
  ]
}