{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/wroc-wroclaw",
  "name": "Camp Wroc",
  "description": "Camp Wroc is a campsite in Wrocław, Lower Silesian.The campsite has pitches with some shade. It is possible to rent hikers' cabins and apartments....",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/wroc-wroclaw",
  "image": [
    "https://cdn1.acsi.eu/6/7/5/1/675179951aea2.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Ul. Starodworska 11a",
    "addressLocality": "Wroclaw",
    "postalCode": "52-020",
    "addressCountry": "PL"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 51.07589,
    "longitude": 17.08922
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Cabin"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 6.5,
    "reviewCount": 8,
    "bestRating": 10,
    "worstRating": 1
  }
}