{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/red-house-campground-salamanca-ny-1",
  "name": "Red House Campground",
  "description": "Check out Red House Campground in Salamanca, New York on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/red-house-campground-salamanca-ny-1",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "2373 Asp Route 1",
    "addressLocality": "Salamanca",
    "addressRegion": "NY",
    "postalCode": "14779-9798",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 42.157921,
    "longitude": -78.715163
  },
  "sameAs": [
    "https://gocampingamerica.com/campgrounds-rv-parks/new-york/salamanca/red-house-campground"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    }
  ]
}