{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/barracks-campground-coolah-nsw",
  "name": "The Barracks campground",
  "description": "The Barracks campground is a secluded camping area, great for small groups looking for a tranquil place to come back to after a day of walking or mountain biking.",
  "url": "https://campertunity.com/listings/campgrounds/barracks-campground-coolah-nsw",
  "image": [
    "https://www.nationalparks.nsw.gov.au/-/media/npws/images/parks/coolah-tops-national-park/the-barracks-campground/the-barracks-campground-03.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Grass Trees Trail",
    "addressLocality": "Coolah",
    "addressRegion": "NSW",
    "postalCode": "2843",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -31.7311180524839,
    "longitude": 150.015996688214
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "State_park"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "National_park"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Walk_in"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Mountain_biking"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Biking"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Mountain"
    }
  ]
}