{
  "timestamp": "2026-04-28T17:07:05.434Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 5.3,
        "tempMax": 17.9,
        "rainProbability": 0,
        "windSpeed": 15.3,
        "humidity": 30
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.9,
        "tempMax": 29.1,
        "rainProbability": 94,
        "humidity": 93,
        "seaSurfaceTemp": 28,
        "waveHeight": 1.4,
        "windSpeed": 1.8
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 12.5,
        "tempMax": 19,
        "rainProbability": 0,
        "humidity": 65,
        "seaSurfaceTemp": 17.1,
        "waveHeight": 0.14,
        "windSpeed": 6.2
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 14.4,
        "tempMax": 23.6,
        "rainProbability": 0,
        "humidity": 66,
        "seaSurfaceTemp": 18.9,
        "waveHeight": 0.22,
        "windSpeed": 5.8
      }
    }
  ]
}