{
  "timestamp": "2026-04-10T09:24:26.672Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 1.6,
        "tempMax": 5.7,
        "rainProbability": 95,
        "windSpeed": 2.7,
        "humidity": 88
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26.5,
        "tempMax": 27.1,
        "rainProbability": 8,
        "humidity": 74,
        "seaSurfaceTemp": 28.4,
        "waveHeight": 2.4,
        "windSpeed": 31.5
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 10.4,
        "tempMax": 15.4,
        "rainProbability": 33,
        "humidity": 58,
        "seaSurfaceTemp": 14.5,
        "waveHeight": 0.14,
        "windSpeed": 2.3
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 10.4,
        "tempMax": 20.6,
        "rainProbability": 0,
        "humidity": 58,
        "seaSurfaceTemp": 16.9,
        "waveHeight": 0.42,
        "windSpeed": 4.7
      }
    }
  ]
}