{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-sandy-ut",
  "name": "Spot2Nite",
  "description": "Check out Sky View RV & Mobile Home Park in Sandy, Utah on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-sandy-ut",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Sandy",
    "addressRegion": "UT",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 40.5979953,
    "longitude": -111.8905459
  },
  "sameAs": [
    "https://gocampingamerica.com/campgrounds-rv-parks/utah/sandy/sky-view-rv-mobile-home-park?slug=sky-view-rv-mobile-home-park"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}