{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/quicks-beach-campground-barooga-nsw",
  "name": "Quicks Beach campground",
  "description": "Quicks Beach on the Murray River rolls down to a sandy beach. Perfect for a free river red gum bush camping holiday - motorhomes and caravans are welcome.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/quicks-beach-campground-barooga-nsw",
  "image": [
    "https://www.nationalparks.nsw.gov.au/assets/NPWS/images/logo.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Barooga",
    "addressRegion": "NSW",
    "postalCode": "2739",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -36.0441000781978,
    "longitude": 145.555937360473
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Beach"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "River"
    }
  ]
}