{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/simpel-genieten",
  "name": "simpel genieten",
  "description": "Come camp in our garden. With plenty of privacy and space to relax and enjoy",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/simpel-genieten",
  "image": [
    "https://campspace.com/media/medium/uploads/space/19/c0/34/19c0340392dc55160923c9b82dc57a8e.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "NL"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 51.34,
    "longitude": 5.37
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Private"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4.25,
    "reviewCount": 4,
    "bestRating": 5,
    "worstRating": 1
  }
}