{
  "timestamp": "2026-04-20T05:13:39.446Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 5.7,
        "tempMax": 10.9,
        "rainProbability": 83,
        "windSpeed": 15.3,
        "humidity": 79
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26,
        "tempMax": 27.3,
        "rainProbability": 48,
        "humidity": 76,
        "seaSurfaceTemp": 28.4,
        "waveHeight": 1.38,
        "windSpeed": 23.4
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 12.3,
        "tempMax": 19.1,
        "rainProbability": 5,
        "humidity": 98,
        "seaSurfaceTemp": 15.7,
        "waveHeight": 0.04,
        "windSpeed": 3.4
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 12.6,
        "tempMax": 21.2,
        "rainProbability": 3,
        "humidity": 95,
        "seaSurfaceTemp": 17.5,
        "waveHeight": 0.32,
        "windSpeed": 3.4
      }
    }
  ]
}