{
  "timestamp": "2026-04-20T20:35:17.742Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 5.4,
        "tempMax": 10.9,
        "rainProbability": 100,
        "windSpeed": 6.9,
        "humidity": 79
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26.1,
        "tempMax": 27.2,
        "rainProbability": 73,
        "humidity": 82,
        "seaSurfaceTemp": 28.3,
        "waveHeight": 1.38,
        "windSpeed": 24.5
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 12.3,
        "tempMax": 19.3,
        "rainProbability": 0,
        "humidity": 88,
        "seaSurfaceTemp": 16.2,
        "waveHeight": 0.12,
        "windSpeed": 2.1
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 12.3,
        "tempMax": 21.4,
        "rainProbability": 3,
        "humidity": 95,
        "seaSurfaceTemp": 17.8,
        "waveHeight": 0.24,
        "windSpeed": 4.3
      }
    }
  ]
}