{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/villeneuve-villeneuve-vaud",
  "name": "Villeneuve",
  "description": "service station at campground of blue Horizons",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/villeneuve-villeneuve-vaud",
  "image": [
    "https://img.campercontact.com/media/photos/4222124650748874.jpeg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Rue du Quai",
    "addressLocality": "Villeneuve",
    "addressRegion": "vaud",
    "postalCode": "1844",
    "addressCountry": "CH"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 46.39528,
    "longitude": 6.92155
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 2.63,
    "reviewCount": 4,
    "bestRating": 5,
    "worstRating": 1
  }
}