{
  "timestamp": "2026-05-04T12:46:15.303Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 11.6,
        "tempMax": 24.4,
        "rainProbability": 3,
        "windSpeed": 2.9,
        "humidity": 33
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.5,
        "tempMax": 28.2,
        "rainProbability": 20,
        "humidity": 48,
        "seaSurfaceTemp": 27.8,
        "waveHeight": 2,
        "windSpeed": 15.2
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 11.2,
        "tempMax": 18.1,
        "rainProbability": 0,
        "humidity": 43,
        "seaSurfaceTemp": 17,
        "waveHeight": 0.12,
        "windSpeed": 18.1
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 8.6,
        "tempMax": 20.2,
        "rainProbability": 3,
        "humidity": 48,
        "seaSurfaceTemp": 18.5,
        "waveHeight": 0.46,
        "windSpeed": 10.9
      }
    }
  ]
}