{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/bald-rock-campground-and-picnic-area-map-nsw-national-parks",
  "name": "Bald Rock campground and picnic area | Map | NSW National Parks",
  "description": "Relax over a picnic or barbecue at the base of the mighty summit, or bring a the family caravan or tent for a superb weekend’s bush camping at Bald Rock campground near Tenterfield.",
  "url": "https://campertunity.com/listings/campgrounds/bald-rock-campground-and-picnic-area-map-nsw-national-parks",
  "image": [
    "https://www.nationalparks.nsw.gov.au/assets/NPWS/images/logo.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Bald Rock National Park",
    "addressLocality": "Tenterfield",
    "addressRegion": "NSW",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -28.8906220313235,
    "longitude": 151.994767275981
  },
  "sameAs": [
    "https://www.nationalparks.nsw.gov.au/camping-and-accommodation/campgrounds/bald-rock-campground-and-picnic-area/map"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ]
}