{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/aire-municipale-campuac-occitanie",
  "name": "Aire Municipale",
  "description": "for the activities building-quiet place in the village",
  "url": "https://campertunity.com/listings/campgrounds/aire-municipale-campuac-occitanie",
  "image": [
    "https://img.campercontact.com/media/photos/4222124650691237.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Les Crozes",
    "addressLocality": "Campuac",
    "addressRegion": "occitanie",
    "postalCode": "12580",
    "addressCountry": "FR"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.57018,
    "longitude": 2.5916
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}