{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/1st-bay-campground-nsw",
  "name": "1st Bay campground",
  "description": "Stay at 1st Bay campground in Gaagal Wanggaan National Park near Coffs Harbour. This small North Coast campground can only be reached by boat.",
  "url": "https://campertunity.com/listings/campgrounds/1st-bay-campground-nsw",
  "image": [
    "https://www.nationalparks.nsw.gov.au/-/media/npws/images/parks/lyrebirdgreenfiller.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressRegion": "NSW",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -30.6597473341614,
    "longitude": 153.004725333334
  },
  "sameAs": [
    "https://www.nationalparks.nsw.gov.au/camping-and-accommodation/campgrounds/1st-bay-campground"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "State Park"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "National Park"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Boat In"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Boat"
    }
  ]
}