{
  "timestamp": "2026-05-01T11:01:13.261Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 5,
        "tempMax": 20.6,
        "rainProbability": 0,
        "windSpeed": 3.4,
        "humidity": 28
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.6,
        "tempMax": 26.5,
        "rainProbability": 100,
        "humidity": 75,
        "seaSurfaceTemp": 27.9,
        "waveHeight": 3.14,
        "windSpeed": 22.4
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 10.8,
        "tempMax": 13.6,
        "rainProbability": 100,
        "humidity": 54,
        "seaSurfaceTemp": 16.8,
        "waveHeight": 0.58,
        "windSpeed": 19.8
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 14.3,
        "tempMax": 19.4,
        "rainProbability": 43,
        "humidity": 61,
        "seaSurfaceTemp": 19.2,
        "waveHeight": 0.5,
        "windSpeed": 3.7
      }
    }
  ]
}