{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/waldschlosschen-schortens-baja-sajonia",
  "name": "waldschlosschen",
  "description": "Quiet place and good food. Electricity available, no disposal. No charge",
  "url": "https://campertunity.com/listings/campgrounds/waldschlosschen-schortens-baja-sajonia",
  "image": [
    "https://img.campercontact.com/media/photos/4222124650913676.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Addernhausener Straße",
    "addressLocality": "schortens",
    "addressRegion": "baja-sajonia",
    "postalCode": "26419",
    "addressCountry": "DE"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 53.54645,
    "longitude": 7.8958
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4,
    "reviewCount": 3,
    "bestRating": 5,
    "worstRating": 1
  }
}