{
  "timestamp": "2026-05-12T03:07:09.065Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 7,
        "tempMax": 11.9,
        "rainProbability": 75,
        "windSpeed": 13.3,
        "humidity": 71
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.6,
        "tempMax": 27.7,
        "rainProbability": 100,
        "humidity": 86,
        "seaSurfaceTemp": 27.4,
        "waveHeight": 1.64,
        "windSpeed": 15
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 15.9,
        "tempMax": 24.4,
        "rainProbability": 5,
        "humidity": 97,
        "seaSurfaceTemp": 18.6,
        "waveHeight": 0.08,
        "windSpeed": 1.6
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 14.8,
        "tempMax": 24,
        "rainProbability": 0,
        "humidity": 86,
        "seaSurfaceTemp": 18.6,
        "waveHeight": 0.4,
        "windSpeed": 3.4
      }
    }
  ]
}