{
  "timestamp": "2026-04-09T07:08:42.137Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 1.7,
        "tempMax": 12.7,
        "rainProbability": 0,
        "windSpeed": 2.1,
        "humidity": 60
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26,
        "tempMax": 26.9,
        "rainProbability": 18,
        "humidity": 70,
        "seaSurfaceTemp": 28.3,
        "waveHeight": 2.02,
        "windSpeed": 30.1
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 11.9,
        "tempMax": 16.1,
        "rainProbability": 30,
        "humidity": 71,
        "seaSurfaceTemp": 14.4,
        "waveHeight": 0.3,
        "windSpeed": 10.3
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 12.8,
        "tempMax": 21,
        "rainProbability": 0,
        "humidity": 66,
        "seaSurfaceTemp": 16.4,
        "waveHeight": 0.52,
        "windSpeed": 6.5
      }
    }
  ]
}