{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-avon-nc",
  "name": "Spot2Nite",
  "description": "Check out Sands of Time Campground in Avon, North Carolina on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-avon-nc",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Avon",
    "addressRegion": "NC",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 35.3550703,
    "longitude": -75.5071743
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    }
  ]
}