{
  "timestamp": "2026-04-20T11:32:12.450Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 5.6,
        "tempMax": 10.9,
        "rainProbability": 100,
        "windSpeed": 16.6,
        "humidity": 51
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26,
        "tempMax": 27.5,
        "rainProbability": 48,
        "humidity": 78,
        "seaSurfaceTemp": 28.5,
        "waveHeight": 1.38,
        "windSpeed": 28.9
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 12.3,
        "tempMax": 19,
        "rainProbability": 3,
        "humidity": 56,
        "seaSurfaceTemp": 16.6,
        "waveHeight": 0.06,
        "windSpeed": 10.5
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 12.3,
        "tempMax": 21.4,
        "rainProbability": 3,
        "humidity": 57,
        "seaSurfaceTemp": 18,
        "waveHeight": 0.26,
        "windSpeed": 6.9
      }
    }
  ]
}