{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/camping-serenella-bardolino",
  "name": "Camping Serenella",
  "description": "This well-maintained family campsite is located on the east side of Lake Garda, just one kilometer from the small towns...",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/camping-serenella-bardolino",
  "image": [
    "https://cdn3.acsi.eu/6/7/4/9/6749b8c5a1bea.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Località Mezzariva 19",
    "addressLocality": "Bardolino",
    "postalCode": "37011",
    "addressCountry": "IT"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 45.55911,
    "longitude": 10.71644
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Restaurant"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 8.1,
    "reviewCount": 30,
    "bestRating": 10,
    "worstRating": 1
  }
}