{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/spot2nite-buffalo-wy",
  "name": "Spot2Nite",
  "description": "Check out Big Horn Mountain Campground in Buffalo, Wyoming on Go Camping America",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/spot2nite-buffalo-wy",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Buffalo",
    "addressRegion": "WY",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.3376795,
    "longitude": -106.7543316
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Mountain"
    }
  ]
}