{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/brackens-hut-nsw",
  "name": "Brackens Hut | Map | NSW National Parks",
  "description": "Brackens Hut provides rustic accommodation and is a great base to explore the walking, mountain biking trails and spectacular scenery that Coolah Tops has to offer.",
  "url": "https://campertunity.com/listings/campgrounds/brackens-hut-nsw",
  "image": [
    "https://www.nationalparks.nsw.gov.au/assets/NPWS/images/logo.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -31.769591081146,
    "longitude": 150.010785040298
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Hut"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Mountain_biking"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Biking"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Mountain"
    }
  ]
}