{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/campingplatz-nord-west-munchen-bayern",
  "name": "Campingplatz Nord West",
  "description": "located on the edge of the village - near train yard, 11m high noise barrier - snack bar - supermarket 2km - public transport 50m - center 14km",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/campingplatz-nord-west-munchen-bayern",
  "image": [
    "https://images.campercontact.com/media/photos/4222124650848063.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Auf den Schrederwiesen",
    "addressLocality": "munchen",
    "addressRegion": "bayern",
    "postalCode": "80995",
    "addressCountry": "DE"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 48.19932,
    "longitude": 11.49709
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 3.12,
    "reviewCount": 25,
    "bestRating": 5,
    "worstRating": 1
  },
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "EUR",
    "price": "33.5",
    "priceValidUntil": "2026-06-13"
  },
  "priceRange": "€33.5+"
}