{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/capertee-national-park-bogee-nsw",
  "name": "Capertee National Park",
  "description": "Policemans Point campground, in Capertee National Park, is a great place for setting up a bush campsite with nearby swimming, walking, cycling and birdwatching opportunities.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/capertee-national-park-bogee-nsw",
  "image": [
    "https://www.nationalparks.nsw.gov.au/-/media/npws/images/stock-images/tent-camping/tent-camping-stock-03.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Bogee",
    "addressRegion": "NSW",
    "postalCode": "2849",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -33.0363270698858,
    "longitude": 150.037832028293
  },
  "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"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Biking"
    }
  ]
}