{
  "timestamp": "2026-07-15T23:20:58.761Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 17.2,
        "tempMax": 29.6,
        "rainProbability": 35,
        "windSpeed": 6.5,
        "humidity": 76
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 21.2,
        "tempMax": 27.4,
        "rainProbability": 73,
        "humidity": 91,
        "seaSurfaceTemp": 25.2,
        "waveHeight": 1.98,
        "windSpeed": 7.6
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 25.3,
        "tempMax": 32.6,
        "rainProbability": 0,
        "humidity": 83,
        "seaSurfaceTemp": 27.8,
        "waveHeight": 0.02,
        "windSpeed": 1.8
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 23.1,
        "tempMax": 36.3,
        "rainProbability": 0,
        "humidity": 86,
        "seaSurfaceTemp": 27.6,
        "waveHeight": 0.18,
        "windSpeed": 4.1
      }
    }
  ]
}