{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/capertee-cottage-map-nsw-national-parks-au",
  "name": "Capertee Cottage | Map | NSW National Parks",
  "description": "Capertee Cottage, offers walking, birdwatching and swimming in a scenic riverside setting, not far from Mudgee within Capertee National Park.",
  "url": "https://campertunity.com/listings/campgrounds/capertee-cottage-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": -33.1389462620156,
    "longitude": 149.895808554868
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Bird_watching"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Swimming"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Riverside"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "River"
    }
  ]
}