{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/aire-municipale-fontenoy-le-chateau-grand-est",
  "name": "Aire Municipale",
  "description": "busy place by school buses 2x per day - refilling water - pay at the baker 300m",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/aire-municipale-fontenoy-le-chateau-grand-est",
  "image": [
    "https://img.campercontact.com/media/photos/4222124650704497.jpeg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Rue de la Chenale",
    "addressLocality": "Fontenoy-le-Château",
    "addressRegion": "grand-est",
    "postalCode": "88240",
    "addressCountry": "FR"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 47.97704,
    "longitude": 6.20582
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 2.7,
    "reviewCount": 5,
    "bestRating": 5,
    "worstRating": 1
  }
}