{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/fort-rice-mandan-nd",
  "name": "Fort Rice Recreation Area",
  "description": "10 campsites with electricity. High and low water boat ramp, fish cleaning stations, pets welcome.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/fort-rice-mandan-nd",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "830 Campground St",
    "addressLocality": "Mandan",
    "addressRegion": "ND",
    "postalCode": "58554",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 46.510463,
    "longitude": -100.585802
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Electric_hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Fishing"
    }
  ]
}