{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/l-evasion-landevieille-pays-de-la-loire",
  "name": "L'Évasion",
  "description": "L'Évasion is a camping location.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/l-evasion-landevieille-pays-de-la-loire",
  "image": [
    "https://images.campercontact.com/media/photos/112308515707551748.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Landevieille",
    "addressRegion": "pays-de-la-loire",
    "postalCode": "85220",
    "addressCountry": "FR"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 46.63466,
    "longitude": -1.79802
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}