{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-clayton-ny",
  "name": "Spot2Nite",
  "description": "Check out Birch Haven Camp Ground in Clayton, New York on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-clayton-ny",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Clayton",
    "addressRegion": "NY",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.2229458,
    "longitude": -76.1276652
  },
  "sameAs": [
    "https://gocampingamerica.com/campgrounds-rv-parks/new-york/clayton/birch-haven-camp-ground"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    }
  ]
}