{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/long-point-campground-summersville-wv",
  "name": "Long Point Campground",
  "description": "This recreation area is part of [Summersville Lake][1] [1]: http://www.recreation.gov/recreationalAreaDetails.do?contractCode=NRSO&recAreaId=333&agency",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/long-point-campground-summersville-wv",
  "image": [
    "https://assets.thedyrt.com/next/public/assets/images/no_image.svg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Summersville",
    "addressRegion": "WV",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 38.2360717,
    "longitude": -80.8758934
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    }
  ]
}