{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/camping-municipal-midi-pyrenees",
  "name": "Camping Municipal",
  "description": "ProfileNo description yet.",
  "url": "https://campertunity.com/listings/campgrounds/camping-municipal-midi-pyrenees",
  "image": [
    "https://www.camping.info/img/campsite-fallback.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Camping Municipal",
    "addressRegion": "Midi-Pyrénées",
    "postalCode": "46190",
    "addressCountry": "FR"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.9419,
    "longitude": 1.9785
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ]
}