{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/capertee-campground-bogee-nsw",
  "name": "Capertee campground",
  "description": "Capertee campground in Capertee National Park is a great place to set up a campsite and do some birdwatching or walking.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/capertee-campground-bogee-nsw",
  "image": [
    "https://www.nationalparks.nsw.gov.au/-/media/npws/images/parks/capertee-national-park/capertee-campground/capertee-campground-01.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Bogee",
    "addressRegion": "NSW",
    "postalCode": "2849",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -33.0186841398339,
    "longitude": 150.03113550602
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "State_park"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Walk_in"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "National_park"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Bird_watching"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Swimming"
    }
  ]
}