{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/pokaka-mill-campsite-central-north-island",
  "name": "Pokaka Mill Campsite",
  "description": "A basic campsite in the Ruapehu area.",
  "url": "https://campertunity.com/listings/campgrounds/pokaka-mill-campsite-central-north-island",
  "image": [
    "https://www.doc.govt.nz/link/3a6193480ae3421fa50c4b986400bde9.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressRegion": "Central North Island",
    "addressCountry": "NZ"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -39.04398599,
    "longitude": 175.50998658
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ]
}