{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/eaux-douces-provence-alpes-cote-dazur",
  "name": "Les eaux douces",
  "description": "Les eaux douces is a camping site.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/eaux-douces-provence-alpes-cote-dazur",
  "image": [
    "https://images.campercontact.com/media/photos/112308515707551748.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Chemin des Eaux Douces",
    "addressLocality": "115132",
    "addressRegion": "provence-alpes-cote-dazur",
    "postalCode": "05800",
    "addressCountry": "FR"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.82345,
    "longitude": 6.14599
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}