{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/parking-rochefort",
  "name": "Parking",
  "description": "motorhome pitches on the outskirts of the city centre - bike path on the old track",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/parking-rochefort",
  "image": [
    "https://images.campercontact.com/media/photos/4222124650754349.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Rue du Hableau",
    "addressLocality": "Rochefort",
    "addressRegion": "wallonia",
    "postalCode": "5580",
    "addressCountry": "BE"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 50.15784,
    "longitude": 5.2269
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 3.33,
    "reviewCount": 21,
    "bestRating": 5,
    "worstRating": 1
  }
}