{
  "timestamp": "2026-05-12T15:50:15.934Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 7,
        "tempMax": 10.9,
        "rainProbability": 88,
        "windSpeed": 20.1,
        "humidity": 58
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.8,
        "tempMax": 27.4,
        "rainProbability": 100,
        "humidity": 73,
        "seaSurfaceTemp": 27.5,
        "waveHeight": 1.9,
        "windSpeed": 23.1
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 16.1,
        "tempMax": 25,
        "rainProbability": 0,
        "humidity": 51,
        "seaSurfaceTemp": 19.8,
        "waveHeight": 0.14,
        "windSpeed": 6.9
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 14.3,
        "tempMax": 24,
        "rainProbability": 0,
        "humidity": 64,
        "seaSurfaceTemp": 19.3,
        "waveHeight": 0.52,
        "windSpeed": 13.8
      }
    }
  ]
}