{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/in-forest-with-abundant-wildlife",
  "name": "In the Forest with an abundant wildlife",
  "description": "Hello campers..:) This is a magical place where there are tiny wallabies only found in this region",
  "url": "https://campertunity.com/listings/campgrounds/in-forest-with-abundant-wildlife",
  "image": [
    "https://campspace.com/media/medium/uploads/space/34/17/_1/3417_1_5e53d0c08e672.jpeg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "Australia"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -28.61,
    "longitude": 153.43
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Private"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Valley"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Forest"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Beach"
    }
  ]
}