{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/l-illaz-auvergne-rhone-alpes",
  "name": "L'Illaz",
  "description": "L'Illaz is a camping location.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/l-illaz-auvergne-rhone-alpes",
  "image": [
    "https://images.campercontact.com/media/photos/4222124651224476"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Route du Camping",
    "addressLocality": "114132",
    "addressRegion": "auvergne-rhone-alpes",
    "postalCode": "73480",
    "addressCountry": "FR"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 45.31089,
    "longitude": 6.97506
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 3,
    "reviewCount": 1,
    "bestRating": 5,
    "worstRating": 1
  }
}