{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/wainora-campsite-coromandel",
  "name": "Wainora Campsite",
  "description": "This scenic campsite is at the start of the Cookson Kauri Walk, with attractive water views on the walk.",
  "url": "https://campertunity.com/listings/campgrounds/wainora-campsite-coromandel",
  "image": [
    "https://www.doc.govt.nz/thumbs/hero/contentassets/7920dd482dc84fd08adfb25d2db961ac/wainora-campsite-1920.jpg",
    "/thumbs/hero/contentassets/7920dd482dc84fd08adfb25d2db961ac/wainora-campsite-1920.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressRegion": "Coromandel",
    "addressCountry": "NZ"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -37.07214224,
    "longitude": 175.65686263
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ]
}