{
  "timestamp": "2026-04-19T08:13:50.600Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 8,
        "tempMax": 17.6,
        "rainProbability": 98,
        "windSpeed": 3.2,
        "humidity": 78
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26.8,
        "tempMax": 27.4,
        "rainProbability": 13,
        "humidity": 79,
        "seaSurfaceTemp": 28.4,
        "waveHeight": 1.28,
        "windSpeed": 19.6
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 11.4,
        "tempMax": 18.7,
        "rainProbability": 20,
        "humidity": 68,
        "seaSurfaceTemp": 15.8,
        "waveHeight": 0.1,
        "windSpeed": 5.9
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 14.1,
        "tempMax": 20.6,
        "rainProbability": 25,
        "humidity": 65,
        "seaSurfaceTemp": 17.7,
        "waveHeight": 0.56,
        "windSpeed": 7.5
      }
    }
  ]
}