{
  "timestamp": "2026-05-13T13:40:14.663Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 5.2,
        "tempMax": 14.3,
        "rainProbability": 30,
        "windSpeed": 16.1,
        "humidity": 42
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.9,
        "tempMax": 28,
        "rainProbability": 98,
        "humidity": 81,
        "seaSurfaceTemp": 27.4,
        "waveHeight": 1.7,
        "windSpeed": 21.4
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 16.9,
        "tempMax": 24.4,
        "rainProbability": 40,
        "humidity": 58,
        "seaSurfaceTemp": 19.9,
        "waveHeight": 0.14,
        "windSpeed": 6.2
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 14.6,
        "tempMax": 24.7,
        "rainProbability": 0,
        "humidity": 58,
        "seaSurfaceTemp": 19.6,
        "waveHeight": 0.68,
        "windSpeed": 1.6
      }
    }
  ]
}