{
  "timestamp": "2026-09-12T08:57:55.544Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 11.5,
        "tempMax": 21.5,
        "rainProbability": 5,
        "windSpeed": 1.9,
        "humidity": 61
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 19.9,
        "tempMax": 25.3,
        "rainProbability": 75,
        "humidity": 56,
        "seaSurfaceTemp": 24.5,
        "waveHeight": 2,
        "windSpeed": 17.5
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 22.8,
        "tempMax": 30.2,
        "rainProbability": 10,
        "humidity": 61,
        "seaSurfaceTemp": 26.5,
        "waveHeight": 0.1,
        "windSpeed": 2.5
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 22.4,
        "tempMax": 34.2,
        "rainProbability": 0,
        "humidity": 57,
        "seaSurfaceTemp": 29.2,
        "waveHeight": 0.22,
        "windSpeed": 6
      }
    }
  ]
}