{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/les-amiaux-st-jean-de-monts-vendee",
  "name": "Les Amiaux",
  "description": "Feet in the water with all the swimmingpools and wateractivities in Les Amiaux, St Jean de Monts, Vendée, France.",
  "url": "https://campertunity.com/listings/campgrounds/les-amiaux-st-jean-de-monts-vendee",
  "image": [
    "https://www.homair.com/photos/camping/54/1.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "223 Route De Notre Dame De Monts",
    "addressLocality": "St Jean de Monts",
    "addressRegion": "Vendée",
    "postalCode": "85160",
    "addressCountry": "FR"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 46.8075,
    "longitude": -2.1077777777778
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Swimming"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Beach"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 3.7,
    "reviewCount": 152,
    "bestRating": 5,
    "worstRating": 1
  },
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "EUR",
    "price": "56",
    "priceValidUntil": "2026-07-24"
  },
  "priceRange": "€56+"
}