{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/france-3",
  "name": "France",
  "description": "Camping à la Ferme de la Mercy offers a playground, sanitary facilities, water, electricity, sanitary facilities, showers, laundry service and bread service in Chenoise.",
  "url": "https://campertunity.com/listings/campgrounds/france-3",
  "image": [
    "https://images.campercontact.com/media/photos/112308515707551747.jpg",
    "https://images.campercontact.com/media/photos/4222124651176043"
  ],
  "address": {
    "@type": "PostalAddress",
    "postalCode": "77160",
    "addressCountry": "FR"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 48.60912,
    "longitude": 3.15898
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4,
    "reviewCount": 1,
    "bestRating": 5,
    "worstRating": 1
  }
}