{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/camping-duinhorst-wassenaar",
  "name": "Camping Duinhorst",
  "description": "Camping Duinhorst is a campsite in Wassenaar, South Holland. This campsite has pitches with shade, no shade and places with some shade....",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/camping-duinhorst-wassenaar",
  "image": [
    "https://cdn2.acsi.eu/6/7/4/f/674f17bbe793d.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Buurtweg 135",
    "addressLocality": "Wassenaar",
    "postalCode": "2244 BH",
    "addressCountry": "NL"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 52.11086,
    "longitude": 4.34331
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Restaurant"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Wifi"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 7.9,
    "reviewCount": 6,
    "bestRating": 10,
    "worstRating": 1
  }
}