{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-cherokee-nc-2",
  "name": "Mile High Campground",
  "description": "Check out Mile High Campground in Cherokee, North Carolina on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-cherokee-nc-2",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "346 Balsam Mountain Rd",
    "addressLocality": "Cherokee",
    "addressRegion": "NC",
    "postalCode": "28719",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 35.5119971,
    "longitude": -83.1737253
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    }
  ]
}