{
  "timestamp": "2026-04-08T22:14:44.026Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 2.7,
        "tempMax": 13,
        "rainProbability": 0,
        "windSpeed": 1.9,
        "humidity": 50
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26.6,
        "tempMax": 27.3,
        "rainProbability": 10,
        "humidity": 70,
        "seaSurfaceTemp": 28.3,
        "waveHeight": 1.98,
        "windSpeed": 27.5
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 12.3,
        "tempMax": 16.2,
        "rainProbability": 30,
        "humidity": 86,
        "seaSurfaceTemp": 14.5,
        "waveHeight": 0.14,
        "windSpeed": 4.2
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 13.4,
        "tempMax": 21.5,
        "rainProbability": 0,
        "humidity": 79,
        "seaSurfaceTemp": 16.5,
        "waveHeight": 0.58,
        "windSpeed": 3.3
      }
    }
  ]
}