{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/andrews-shelter-campsite-canterbury",
  "name": "Andrews Shelter Campsite",
  "description": "A popular starting point for trampers heading to the new Casey Hut.",
  "url": "https://campertunity.com/listings/campgrounds/andrews-shelter-campsite-canterbury",
  "image": [
    "https://www.doc.govt.nz/thumbs/hero/contentassets/f68821c824464d9baca4d06d5888bb5e/andrews-shelter-1067.jpg",
    "/thumbs/hero/contentassets/f68821c824464d9baca4d06d5888bb5e/andrews-shelter-1067.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressRegion": "Canterbury",
    "addressCountry": "NZ"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -42.99407774,
    "longitude": 171.79292089
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Hut"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Alpine"
    }
  ]
}