{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-winston-or",
  "name": "Spot2Nite",
  "description": "Check out Umpqua Safari RV Park & Campground in Winston, Oregon on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-winston-or",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Winston",
    "addressRegion": "OR",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 43.1295632,
    "longitude": -123.4048976
  },
  "sameAs": [
    "https://gocampingamerica.com/campgrounds-rv-parks/oregon/winston/umpqua-safari-rv-park-campground"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}