{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/center-rv-park-center-nd",
  "name": "Center RV Park",
  "description": "20 sites for RVs with sewer, water and electricity.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/center-rv-park-center-nd",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "304 Square Butte St. E.",
    "addressLocality": "Center",
    "addressRegion": "ND",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 47.113517,
    "longitude": -101.296847
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Sewer_hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Water_hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Electric_hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}