{
  "timestamp": "2026-04-15T23:24:40.362Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 11.5,
        "tempMax": 18.9,
        "rainProbability": 3,
        "windSpeed": 3.4,
        "humidity": 68
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 25.7,
        "tempMax": 27.4,
        "rainProbability": 33,
        "humidity": 79,
        "seaSurfaceTemp": 28.3,
        "waveHeight": 1.1,
        "windSpeed": 4.1
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 13.6,
        "tempMax": 17.7,
        "rainProbability": 3,
        "humidity": 77,
        "seaSurfaceTemp": 15,
        "waveHeight": 0.14,
        "windSpeed": 3.8
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 16.1,
        "tempMax": 19.6,
        "rainProbability": 13,
        "humidity": 84,
        "seaSurfaceTemp": 17,
        "waveHeight": 0.98,
        "windSpeed": 13
      }
    }
  ]
}