{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/p-lac-de-labarthe-caylus",
  "name": "P Lac De Labarthe",
  "description": "places on the Lake at recreation park",
  "url": "https://campertunity.com/listings/campgrounds/p-lac-de-labarthe-caylus",
  "image": [
    "https://images.campercontact.com/media/photos/4222124650665547.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Avenue du Huit Mai 1945",
    "addressLocality": "caylus",
    "addressRegion": "occitanie",
    "postalCode": "82160",
    "addressCountry": "FR"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.23438,
    "longitude": 1.77188
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lakefront"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 2.08,
    "reviewCount": 6,
    "bestRating": 5,
    "worstRating": 1
  }
}