{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/la-chevrerie-du-moulin-void-vacon-grand-est",
  "name": "La Chevrerie du Moulin",
  "description": "camper place with electricity",
  "url": "https://campertunity.com/listings/campgrounds/la-chevrerie-du-moulin-void-vacon-grand-est",
  "image": [
    "https://images.campercontact.com/media/photos/4222124651169798.jpeg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Chemin du Moulin",
    "addressLocality": "Void-Vacon",
    "addressRegion": "grand-est",
    "postalCode": "55190",
    "addressCountry": "FR"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 48.6675,
    "longitude": 5.59646
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4,
    "reviewCount": 1,
    "bestRating": 5,
    "worstRating": 1
  },
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "EUR",
    "price": "9",
    "priceValidUntil": "2026-07-24"
  },
  "priceRange": "€9+"
}