{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/dogs-allowed-olching",
  "name": "Dogs Allowed",
  "description": "located in the Speedway Stadium - shady square - restaurants and shops nearby 100m",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/dogs-allowed-olching",
  "image": [
    "https://images.campercontact.com/media/photos/4222124650797757.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Toni-März-Straße",
    "addressLocality": "Olching",
    "postalCode": "82140",
    "addressCountry": "DE"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 48.2081,
    "longitude": 11.32458
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 2.69,
    "reviewCount": 13,
    "bestRating": 5,
    "worstRating": 1
  }
}