{
  "timestamp": "2026-05-15T15:35:53.692Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 8.6,
        "tempMax": 15.9,
        "rainProbability": 88,
        "windSpeed": 7.3,
        "humidity": 39
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23,
        "tempMax": 27.9,
        "rainProbability": 100,
        "humidity": 72,
        "seaSurfaceTemp": 27.3,
        "waveHeight": 2.4,
        "windSpeed": 22
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 14.6,
        "tempMax": 20.1,
        "rainProbability": 13,
        "humidity": 68,
        "seaSurfaceTemp": 19.9,
        "waveHeight": 0.12,
        "windSpeed": 12.3
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 14.7,
        "tempMax": 21.9,
        "rainProbability": 55,
        "humidity": 69,
        "seaSurfaceTemp": 19.5,
        "waveHeight": 0.76,
        "windSpeed": 15.2
      }
    }
  ]
}