{
  "timestamp": "2026-07-19T17:47:53.846Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 17.1,
        "tempMax": 21.7,
        "rainProbability": 88,
        "windSpeed": 11.5,
        "humidity": 46
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 18.9,
        "tempMax": 25.9,
        "rainProbability": 25,
        "humidity": 77,
        "seaSurfaceTemp": 25.1,
        "waveHeight": 1.24,
        "windSpeed": 8.2
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 25.5,
        "tempMax": 32.5,
        "rainProbability": 0,
        "humidity": 70,
        "seaSurfaceTemp": 29.2,
        "waveHeight": 0.1,
        "windSpeed": 2.7
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 23.5,
        "tempMax": 36.4,
        "rainProbability": 0,
        "humidity": 54,
        "seaSurfaceTemp": 29,
        "waveHeight": 0.14,
        "windSpeed": 7.6
      }
    }
  ]
}