{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/border-ranges-national-park-border-ranges-nsw",
  "name": "Border Ranges National Park",
  "description": "Set up your campsite at Forest Tops campground – the ultimate place to relax under the stars and enjoy the World-Heritage beauty of Border Ranges National Park.",
  "url": "https://campertunity.com/listings/campgrounds/border-ranges-national-park-border-ranges-nsw",
  "image": [
    "https://www.nationalparks.nsw.gov.au/-/media/npws/images/parks/border-ranges-national-park/forest-tops-campground/forest-tops-campground-03.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Tweed Range Scenic Drive",
    "addressLocality": "Border Ranges",
    "addressRegion": "NSW",
    "postalCode": "2474",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -28.3875234266665,
    "longitude": 153.063873026667
  },
  "sameAs": [
    "https://www.nationalparks.nsw.gov.au/camping-and-accommodation/campgrounds/forest-tops-campground"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "State Park"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "National Park"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Forest"
    }
  ]
}