{
  "timestamp": "2026-07-17T23:42:59.106Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 18.9,
        "tempMax": 25.5,
        "rainProbability": 20,
        "windSpeed": 9.2,
        "humidity": 67
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 20.2,
        "tempMax": 25.1,
        "rainProbability": 39,
        "humidity": 88,
        "seaSurfaceTemp": 25.1,
        "waveHeight": 1.7,
        "windSpeed": 5.8
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 26.5,
        "tempMax": 32.8,
        "rainProbability": 3,
        "humidity": 84,
        "seaSurfaceTemp": 28.5,
        "waveHeight": 0.04,
        "windSpeed": 2.6
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 24.8,
        "tempMax": 36.9,
        "rainProbability": 0,
        "humidity": 54,
        "seaSurfaceTemp": 28.5,
        "waveHeight": 0.26,
        "windSpeed": 3.3
      }
    }
  ]
}