{
  "timestamp": "2026-07-18T21:56:05.323Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 19,
        "tempMax": 26.4,
        "rainProbability": 40,
        "windSpeed": 2.5,
        "humidity": 61
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 19.2,
        "tempMax": 25.2,
        "rainProbability": 64,
        "humidity": 88,
        "seaSurfaceTemp": 25.1,
        "waveHeight": 1.4,
        "windSpeed": 4.3
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 25.8,
        "tempMax": 33.2,
        "rainProbability": 3,
        "humidity": 67,
        "seaSurfaceTemp": 28.6,
        "waveHeight": 0.06,
        "windSpeed": 1.4
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 24,
        "tempMax": 36.5,
        "rainProbability": 0,
        "humidity": 65,
        "seaSurfaceTemp": 28.7,
        "waveHeight": 0.14,
        "windSpeed": 5.1
      }
    }
  ]
}