{
  "timestamp": "2026-07-17T13:27:07.494Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 21.3,
        "tempMax": 29.2,
        "rainProbability": 60,
        "windSpeed": 13.7,
        "humidity": 48
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 21.4,
        "tempMax": 24.4,
        "rainProbability": 78,
        "humidity": 73,
        "seaSurfaceTemp": 25.2,
        "waveHeight": 1.58,
        "windSpeed": 12.3
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 25.9,
        "tempMax": 33,
        "rainProbability": 3,
        "humidity": 43,
        "seaSurfaceTemp": 28.9,
        "waveHeight": 0.1,
        "windSpeed": 4.7
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 23.9,
        "tempMax": 36.6,
        "rainProbability": 0,
        "humidity": 30,
        "seaSurfaceTemp": 29.1,
        "waveHeight": 0.36,
        "windSpeed": 10.8
      }
    }
  ]
}