{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/camping-les-mures-port-grimaud",
  "name": "Camping Les Mûres",
  "description": "Do you want to enjoy the beaches on the Côte d'Azur, visit Saint-Tropez or a day on the way to the mountains? From the French...",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/camping-les-mures-port-grimaud",
  "image": [
    "https://cdn2.acsi.eu/6/7/4/e/674ef1f52da8a.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "2721 route du Littoral",
    "addressLocality": "Port-Grimaud",
    "postalCode": "83310",
    "addressCountry": "FR"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 43.28397,
    "longitude": 6.59156
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Hot_tub"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Restaurant"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 7.8,
    "reviewCount": 51,
    "bestRating": 10,
    "worstRating": 1
  }
}