{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/babbling-brook-rv-park-fort-covington-ny-2",
  "name": "Babbling Brook RV Park",
  "description": "Check out Babbling Brook RV Park in Fort Covington, New York on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/babbling-brook-rv-park-fort-covington-ny-2",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Fort Covington",
    "addressRegion": "NY",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.9483118,
    "longitude": -74.4641285
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}