{
  "timestamp": "2026-04-10T12:31:42.800Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 1.6,
        "tempMax": 6,
        "rainProbability": 95,
        "windSpeed": 5.5,
        "humidity": 65
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26.5,
        "tempMax": 27,
        "rainProbability": 8,
        "humidity": 75,
        "seaSurfaceTemp": 28.4,
        "waveHeight": 2.44,
        "windSpeed": 28.9
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 10.4,
        "tempMax": 14.8,
        "rainProbability": 33,
        "humidity": 64,
        "seaSurfaceTemp": 14.8,
        "waveHeight": 0.12,
        "windSpeed": 12.2
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 10.4,
        "tempMax": 20.6,
        "rainProbability": 0,
        "humidity": 45,
        "seaSurfaceTemp": 17.2,
        "waveHeight": 0.46,
        "windSpeed": 3.4
      }
    }
  ]
}