{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/terry-bison-ranch-resort-cheyenne-wy",
  "name": "Terry Bison Ranch Resort",
  "description": "The Terry Bison Ranch offers trail rides, wagon rides, trout fishing, bar and restaurant, gift shop, laundry and shower facilities. Groups are welcome.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/terry-bison-ranch-resort-cheyenne-wy",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Cheyenne",
    "addressRegion": "WY",
    "postalCode": "82007",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 41.2557708,
    "longitude": -104.8399528
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Restaurant"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Laundry"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Fishing"
    }
  ]
}