{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/am-festplatz-allendorf-hesse",
  "name": "At the Festplatz",
  "description": "supermarket 600 m-Centre 500 m",
  "url": "https://campertunity.com/listings/campgrounds/am-festplatz-allendorf-hesse",
  "image": [
    "https://images.campercontact.com/media/photos/4222124650703769.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Bahnhofstraße",
    "addressLocality": "Allendorf",
    "addressRegion": "hesse",
    "postalCode": "35469",
    "addressCountry": "DE"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 50.67609,
    "longitude": 8.82284
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 3,
    "reviewCount": 5,
    "bestRating": 5,
    "worstRating": 1
  }
}