{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/cathedral-rock-national-park-ebor-nsw",
  "name": "Cathedral Rock National Park",
  "description": "Barokee campground, central to Cathedral Rock National Park, offers secluded campsites and easy access to the Barokee to Native Dog walk.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/cathedral-rock-national-park-ebor-nsw",
  "image": [
    "https://www.nationalparks.nsw.gov.au/-/media/npws/images/parks/cathedral-rock-national-park/barokee-campground/barokee-campground-01.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Barokee Road",
    "addressLocality": "Ebor",
    "addressRegion": "NSW",
    "postalCode": "2453",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -30.443451686669,
    "longitude": 152.252125800001
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "State_park"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "National_park"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ]
}