{
  "timestamp": "2026-04-11T09:09:02.480Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": -0.5,
        "tempMax": 11.5,
        "rainProbability": 0,
        "windSpeed": 2.3,
        "humidity": 69
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26.7,
        "tempMax": 27.4,
        "rainProbability": 10,
        "humidity": 76,
        "seaSurfaceTemp": 28.4,
        "waveHeight": 2.1,
        "windSpeed": 27.2
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 11,
        "tempMax": 13.5,
        "rainProbability": 25,
        "humidity": 69,
        "seaSurfaceTemp": 14.5,
        "waveHeight": 0.18,
        "windSpeed": 0.5
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 11.2,
        "tempMax": 19.2,
        "rainProbability": 0,
        "humidity": 73,
        "seaSurfaceTemp": 16.9,
        "waveHeight": 0.12,
        "windSpeed": 11
      }
    }
  ]
}