{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/wombeyan-caves-cabins-map-nsw-national-parks-au",
  "name": "Wombeyan Caves cabins | Map | NSW National Parks",
  "description": "Take a guided tour of the caves at Wombeyan Karst Conservation Reserve. Stay overnight in one of the secluded cabins. It’s a great weekend break with the family.",
  "url": "https://campertunity.com/listings/campgrounds/wombeyan-caves-cabins-map-nsw-national-parks-au",
  "image": [
    "https://www.nationalparks.nsw.gov.au/assets/NPWS/images/logo.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -34.3479436938518,
    "longitude": 149.918661467017
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Cabin"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Cave"
    }
  ]
}