{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/b-m-rv-park-new-england-nd",
  "name": "B&M RV Park",
  "description": "Tent, RV sites with hook-ups, 30 and 50 amps; two 220-volt hook-ups.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/b-m-rv-park-new-england-nd",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "North Main Street",
    "addressLocality": "New England",
    "addressRegion": "ND",
    "postalCode": "58647",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 46.536114,
    "longitude": -102.867995
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Electric_hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}