{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/domaine-du-vieux-moulin-lachaussee-grand-est",
  "name": "Domaine Du Vieux Moulin",
  "description": "located in the nature reserve and Queue du Grand Etang - restaurant - sale of farm products - you can use the very simple toilets and washbasins behind the building",
  "url": "https://campertunity.com/listings/campgrounds/domaine-du-vieux-moulin-lachaussee-grand-est",
  "image": [
    "https://images.campercontact.com/media/photos/4222124650801668.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Rue du Château",
    "addressLocality": "lachaussee",
    "addressRegion": "grand-est",
    "postalCode": "55210",
    "addressCountry": "FR"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 49.03553,
    "longitude": 5.81717
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Restaurant"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4.1,
    "reviewCount": 93,
    "bestRating": 5,
    "worstRating": 1
  }
}