{
  "timestamp": "2026-04-19T11:05:26.787Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 8.1,
        "tempMax": 17,
        "rainProbability": 98,
        "windSpeed": 11.4,
        "humidity": 74
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26.8,
        "tempMax": 27.5,
        "rainProbability": 13,
        "humidity": 80,
        "seaSurfaceTemp": 28.5,
        "waveHeight": 1.34,
        "windSpeed": 29
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 11.4,
        "tempMax": 18.7,
        "rainProbability": 5,
        "humidity": 65,
        "seaSurfaceTemp": 16.4,
        "waveHeight": 0.08,
        "windSpeed": 11.3
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 14.1,
        "tempMax": 20.7,
        "rainProbability": 25,
        "humidity": 64,
        "seaSurfaceTemp": 18,
        "waveHeight": 0.48,
        "windSpeed": 13.1
      }
    }
  ]
}