{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-north-creek-ny",
  "name": "Spot2Nite",
  "description": "Check out Minerva Town of Campground in North Creek, New York on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-north-creek-ny",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "North Creek",
    "addressRegion": "NY",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 43.7891489,
    "longitude": -73.972167
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Stream"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Creek"
    }
  ]
}