{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/happiness-is-in-meadow-lacapelle-livron",
  "name": "Happiness Is In The Meadow",
  "description": "You are in the countryside, in a beautiful green and wooded environment, a very quiet place. You must be independent, we will provide you with light and water.",
  "url": "https://campertunity.com/listings/campgrounds/happiness-is-in-meadow-lacapelle-livron",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "lacapelle-livron",
    "addressCountry": "FR"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.2635,
    "longitude": 1.8235
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Meadow"
    }
  ]
}