{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-palm-springs-ca",
  "name": "Spot2Nite",
  "description": "Check out HAPPY TRAVELER R.V. PARK in Palm Springs, California on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-palm-springs-ca",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Palm Springs",
    "addressRegion": "CA",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 33.8069323,
    "longitude": -116.5471272
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    }
  ]
}