{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/water-nimes",
  "name": "water",
  "description": "Hello, I rent camping-car on van in the heights of Nimes with swimming pool, very sunny land, do not hesitate for more information.",
  "url": "https://campertunity.com/listings/campgrounds/water-nimes",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Nîmes",
    "addressCountry": "FR"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 43.8655,
    "longitude": 4.3255
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Swimming_pool"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Swimming"
    }
  ]
}