{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/deer-flat-campsite-fiordland",
  "name": "Deer Flat Campsite",
  "description": "This is a standard campsite in northern Fiordland. Camp beside the Eglinton River in a grassy area surrounded by small pockets of beech forest. Fly fish in the river.",
  "url": "https://campertunity.com/listings/campgrounds/deer-flat-campsite-fiordland",
  "image": [
    "https://www.doc.govt.nz/thumbs/hero/contentassets/bbd6da5b8f804ea8810e8e51a0d11942/deer-flat-campsite-shairon-hart1920.jpg",
    "/thumbs/hero/contentassets/bbd6da5b8f804ea8810e8e51a0d11942/deer-flat-campsite-shairon-hart1920.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressRegion": "Fiordland",
    "addressCountry": "NZ"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -44.99949692,
    "longitude": 168.00793244
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Forest"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "River"
    }
  ]
}