{
  "timestamp": "2026-05-04T07:06:55.616Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 11.6,
        "tempMax": 25.1,
        "rainProbability": 5,
        "windSpeed": 5.1,
        "humidity": 52
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.6,
        "tempMax": 28,
        "rainProbability": 10,
        "humidity": 53,
        "seaSurfaceTemp": 27.7,
        "waveHeight": 2.12,
        "windSpeed": 18.1
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 11.2,
        "tempMax": 18,
        "rainProbability": 0,
        "humidity": 45,
        "seaSurfaceTemp": 16.3,
        "waveHeight": 0.2,
        "windSpeed": 8.4
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 8.6,
        "tempMax": 20.5,
        "rainProbability": 5,
        "humidity": 57,
        "seaSurfaceTemp": 18,
        "waveHeight": 0.42,
        "windSpeed": 5.2
      }
    }
  ]
}