{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/bordeaux-saint-clair-bordeaux-saint-clair",
  "name": "Bordeaux Saint Clair",
  "description": "simple motorhome place - a tree for the shade",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/bordeaux-saint-clair-bordeaux-saint-clair",
  "image": [
    "https://images.campercontact.com/media/photos/4222124651153888.jpeg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Route du Calvaire",
    "addressLocality": "Bordeaux-Saint-Clair",
    "postalCode": "76790",
    "addressCountry": "FR"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 49.7002,
    "longitude": 0.25805
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 3.56,
    "reviewCount": 9,
    "bestRating": 5,
    "worstRating": 1
  }
}