{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/back-to-nature-back-to-basics-in-een-rustig-mooi-bos-be",
  "name": "Back to nature, back to basics in een rustig, mooi bos",
  "description": "A simple camping/camp site in a large forest 20 minutes from Antwerp and 30 minutes from Bre",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/back-to-nature-back-to-basics-in-een-rustig-mooi-bos-be",
  "image": [
    "/images/pic_space.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "BE"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 51.38,
    "longitude": 4.54
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Private"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4.67,
    "reviewCount": 3,
    "bestRating": 5,
    "worstRating": 1
  }
}