{
  "timestamp": "2026-05-04T18:49:36.188Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 11.6,
        "tempMax": 24,
        "rainProbability": 3,
        "windSpeed": 5.1,
        "humidity": 40
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.5,
        "tempMax": 28.4,
        "rainProbability": 20,
        "humidity": 65,
        "seaSurfaceTemp": 27.6,
        "waveHeight": 1.96,
        "windSpeed": 12.4
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 11.2,
        "tempMax": 18.3,
        "rainProbability": 0,
        "humidity": 49,
        "seaSurfaceTemp": 16.5,
        "waveHeight": 0.14,
        "windSpeed": 8.3
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 8.6,
        "tempMax": 20.3,
        "rainProbability": 3,
        "humidity": 83,
        "seaSurfaceTemp": 18.2,
        "waveHeight": 0.46,
        "windSpeed": 4.8
      }
    }
  ]
}