{
  "timestamp": "2026-05-15T02:53:07.029Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 8.9,
        "tempMax": 15.9,
        "rainProbability": 63,
        "windSpeed": 2.8,
        "humidity": 72
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.6,
        "tempMax": 27.7,
        "rainProbability": 100,
        "humidity": 83,
        "seaSurfaceTemp": 27.2,
        "waveHeight": 2.24,
        "windSpeed": 17.8
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 14.8,
        "tempMax": 20.2,
        "rainProbability": 10,
        "humidity": 93,
        "seaSurfaceTemp": 19,
        "waveHeight": 0.08,
        "windSpeed": 1.6
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 14.9,
        "tempMax": 21.5,
        "rainProbability": 55,
        "humidity": 95,
        "seaSurfaceTemp": 18.6,
        "waveHeight": 0.98,
        "windSpeed": 2.3
      }
    }
  ]
}