{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/spot2nite-detroit-lakes-mn",
  "name": "Spot2Nite",
  "description": "Check out American Legion Campground in Detroit Lakes, Minnesota on Go Camping America",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/spot2nite-detroit-lakes-mn",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Detroit Lakes",
    "addressRegion": "MN",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 46.8045245,
    "longitude": -95.8568761
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    }
  ]
}