{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/naute-champagnat",
  "name": "La Naute",
  "description": "La Naute is a camping location.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/naute-champagnat",
  "image": [
    "https://images.campercontact.com/media/photos/112308515707551748.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Champagnat",
    "addressRegion": "nouvelle-aquitaine",
    "postalCode": "23190",
    "addressCountry": "FR"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 46.03177,
    "longitude": 2.28018
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}