{
  "timestamp": "2026-07-19T11:42:27.856Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 16.3,
        "tempMax": 21.6,
        "rainProbability": 88,
        "windSpeed": 14.4,
        "humidity": 65
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 18.9,
        "tempMax": 25.7,
        "rainProbability": 55,
        "humidity": 63,
        "seaSurfaceTemp": 25.3,
        "waveHeight": 1.3,
        "windSpeed": 11.6
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 25.5,
        "tempMax": 32.8,
        "rainProbability": 0,
        "humidity": 53,
        "seaSurfaceTemp": 28.9,
        "waveHeight": 0.12,
        "windSpeed": 2.7
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 23.5,
        "tempMax": 36.3,
        "rainProbability": 0,
        "humidity": 44,
        "seaSurfaceTemp": 29.4,
        "waveHeight": 0.12,
        "windSpeed": 4.1
      }
    }
  ]
}