{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/brindingabba-national-park-yantabulla-nsw",
  "name": "Brindingabba National Park",
  "description": "On your outback tour of far north-west NSW, camp under the stars at Brindingabba campground, between Bourke and Hungerford.",
  "url": "https://campertunity.com/listings/campgrounds/brindingabba-national-park-yantabulla-nsw",
  "image": [
    "https://www.nationalparks.nsw.gov.au/-/media/npws/images/parks/brindingabba-national-park/brindingabba-campground/brindingabba-campground-01.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Dowling Track",
    "addressLocality": "Yantabulla",
    "addressRegion": "NSW",
    "postalCode": "2340",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -29.1261097149651,
    "longitude": 144.860745863941
  },
  "sameAs": [
    "https://www.nationalparks.nsw.gov.au/camping-and-accommodation/campgrounds/brindingabba-campground"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "State Park"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "National Park"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ]
}