{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/camping-de-paal-bergeijk",
  "name": "Camping De Paal",
  "description": "Rurally situated in the Campine woods, this top campsite is aimed at young children and has a unique artificial dune landscape: the...",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/camping-de-paal-bergeijk",
  "image": [
    "https://cdn3.acsi.eu/6/7/4/f/674f193626bfe.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "De Paaldreef 14",
    "addressLocality": "Bergeijk",
    "postalCode": "5571 TN",
    "addressCountry": "NL"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 51.33611,
    "longitude": 5.35533
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Playground"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Swimming"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Forest"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 8.5,
    "reviewCount": 25,
    "bestRating": 10,
    "worstRating": 1
  }
}