{
  "timestamp": "2026-07-15T21:27:27.471Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 17.7,
        "tempMax": 27.6,
        "rainProbability": 93,
        "windSpeed": 10.2,
        "humidity": 65
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 21.2,
        "tempMax": 27.4,
        "rainProbability": 73,
        "humidity": 89,
        "seaSurfaceTemp": 25.2,
        "waveHeight": 2,
        "windSpeed": 5.6
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 25,
        "tempMax": 32.6,
        "rainProbability": 0,
        "humidity": 81,
        "seaSurfaceTemp": 28,
        "waveHeight": 0.02,
        "windSpeed": 2.5
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 23.3,
        "tempMax": 36.4,
        "rainProbability": 0,
        "humidity": 82,
        "seaSurfaceTemp": 27.7,
        "waveHeight": 0.2,
        "windSpeed": 1.3
      }
    }
  ]
}