{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-sackets-harbor-ny",
  "name": "Spot2Nite",
  "description": "Check out Bedford Creek RV Park in Sackets Harbor, New York on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-sackets-harbor-ny",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Sackets Harbor",
    "addressRegion": "NY",
    "postalCode": "13685",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 43.9112688,
    "longitude": -76.1201865
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Stream"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Creek"
    }
  ]
}