{
  "timestamp": "2026-04-21T12:29:38.788Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 5.2,
        "tempMax": 11.7,
        "rainProbability": 45,
        "windSpeed": 13.9,
        "humidity": 40
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26.3,
        "tempMax": 27.2,
        "rainProbability": 63,
        "humidity": 78,
        "seaSurfaceTemp": 28.4,
        "waveHeight": 1.64,
        "windSpeed": 32
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 12.8,
        "tempMax": 20.4,
        "rainProbability": 43,
        "humidity": 59,
        "seaSurfaceTemp": 17,
        "waveHeight": 0.08,
        "windSpeed": 3.8
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 12.8,
        "tempMax": 20.4,
        "rainProbability": 0,
        "humidity": 63,
        "seaSurfaceTemp": 18.1,
        "waveHeight": 0.36,
        "windSpeed": 16.4
      }
    }
  ]
}