{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-champlain-ny-1",
  "name": "Spot2Nite",
  "description": "Check out Lakeview Campsites in Champlain, New York on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-champlain-ny-1",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Champlain",
    "addressRegion": "NY",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.9502545,
    "longitude": -73.3782819
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    }
  ]
}