{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/swing-bridge-campsite-sale-victoria",
  "name": "Swing Bridge Campsite",
  "description": "Basic campsite alongside the river. Access only from the Eastern side of the bridge. Carp fishing available. Self contained only.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/swing-bridge-campsite-sale-victoria",
  "image": [
    "https://photos.geozone.co.nz/photos/b69eb155611aa150d74b1abe1073bb96-WxH.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Sale",
    "addressRegion": "Victoria",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -38.1465,
    "longitude": 147.088
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Fishing"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "River"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 5,
    "reviewCount": 14,
    "bestRating": 5,
    "worstRating": 1
  }
}