{
  "timestamp": "2026-04-03T20:23:16.730Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 1.4,
        "tempMax": 13.9,
        "rainProbability": 10,
        "windSpeed": 4.5,
        "humidity": 56
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26,
        "tempMax": 27.5,
        "rainProbability": 98,
        "humidity": 86,
        "seaSurfaceTemp": 28.6,
        "waveHeight": 1.68,
        "windSpeed": 11.4
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 11.1,
        "tempMax": 14.4,
        "rainProbability": 58,
        "humidity": 89,
        "seaSurfaceTemp": 13.6,
        "waveHeight": 0.32,
        "windSpeed": 5.1
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 11.8,
        "tempMax": 16.4,
        "rainProbability": 98,
        "humidity": 93,
        "seaSurfaceTemp": 16,
        "waveHeight": 1.8,
        "windSpeed": 2.6
      }
    }
  ]
}