{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/colo-meroo-campground-upper-colo-nsw",
  "name": "Colo Meroo campground",
  "description": "Colo Meroo campground in World Heritage-listed Wollemi National Park is a great place for experienced campers to enjoy a weekend or longer in the great outdoors.",
  "url": "https://campertunity.com/listings/campgrounds/colo-meroo-campground-upper-colo-nsw",
  "image": [
    "https://www.nationalparks.nsw.gov.au/-/media/npws/images/stock-images/tent-camping/tent-camping-stock-03.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Colo Meroo Access Track",
    "addressLocality": "Upper Colo",
    "addressRegion": "NSW",
    "postalCode": "2756",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -33.3840164466666,
    "longitude": 150.692987333334
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "State_park"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "National_park"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ]
}