{
  "timestamp": "2026-04-20T14:11:19.158Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 5.6,
        "tempMax": 10.9,
        "rainProbability": 100,
        "windSpeed": 15.7,
        "humidity": 55
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26,
        "tempMax": 27.5,
        "rainProbability": 48,
        "humidity": 83,
        "seaSurfaceTemp": 28.5,
        "waveHeight": 1.46,
        "windSpeed": 28.2
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 12.3,
        "tempMax": 19,
        "rainProbability": 3,
        "humidity": 60,
        "seaSurfaceTemp": 16.6,
        "waveHeight": 0.12,
        "windSpeed": 12.6
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 12.3,
        "tempMax": 21.6,
        "rainProbability": 3,
        "humidity": 57,
        "seaSurfaceTemp": 18.1,
        "waveHeight": 0.26,
        "windSpeed": 10.1
      }
    }
  ]
}