{
  "timestamp": "2026-05-13T11:37:07.654Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 5.2,
        "tempMax": 14.9,
        "rainProbability": 30,
        "windSpeed": 18.7,
        "humidity": 42
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.5,
        "tempMax": 27.7,
        "rainProbability": 91,
        "humidity": 73,
        "seaSurfaceTemp": 27.4,
        "waveHeight": 1.64,
        "windSpeed": 22.6
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 16.9,
        "tempMax": 24,
        "rainProbability": 40,
        "humidity": 54,
        "seaSurfaceTemp": 19.8,
        "waveHeight": 0.14,
        "windSpeed": 8
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 14.6,
        "tempMax": 24.6,
        "rainProbability": 0,
        "humidity": 61,
        "seaSurfaceTemp": 19.3,
        "waveHeight": 0.66,
        "windSpeed": 5.9
      }
    }
  ]
}