{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/water-gaillac",
  "name": "water",
  "description": "Welcome, we offer you to park with a view on the vineyards. Other things We do not take visitors for more than two nights",
  "url": "https://campertunity.com/listings/campgrounds/water-gaillac",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Gaillac",
    "addressCountry": "FR"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 43.9205,
    "longitude": 1.861
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}