{
  "timestamp": "2026-05-12T17:43:23.363Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 7.2,
        "tempMax": 10.9,
        "rainProbability": 88,
        "windSpeed": 16.8,
        "humidity": 61
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.8,
        "tempMax": 27.4,
        "rainProbability": 100,
        "humidity": 77,
        "seaSurfaceTemp": 27.4,
        "waveHeight": 1.9,
        "windSpeed": 22.5
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 16.1,
        "tempMax": 24.4,
        "rainProbability": 0,
        "humidity": 64,
        "seaSurfaceTemp": 19.6,
        "waveHeight": 0.12,
        "windSpeed": 7.6
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 14.3,
        "tempMax": 24,
        "rainProbability": 0,
        "humidity": 72,
        "seaSurfaceTemp": 19.2,
        "waveHeight": 0.58,
        "windSpeed": 5.4
      }
    }
  ]
}