{
  "timestamp": "2026-04-10T00:18:37.360Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 1.6,
        "tempMax": 4.8,
        "rainProbability": 80,
        "windSpeed": 4.3,
        "humidity": 53
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26.4,
        "tempMax": 27.2,
        "rainProbability": 8,
        "humidity": 73,
        "seaSurfaceTemp": 28.2,
        "waveHeight": 2.5,
        "windSpeed": 29.9
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 10.5,
        "tempMax": 15.4,
        "rainProbability": 40,
        "humidity": 72,
        "seaSurfaceTemp": 14.4,
        "waveHeight": 0.14,
        "windSpeed": 6
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 11.5,
        "tempMax": 21,
        "rainProbability": 0,
        "humidity": 66,
        "seaSurfaceTemp": 16.5,
        "waveHeight": 0.68,
        "windSpeed": 5.6
      }
    }
  ]
}