{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-mesquite",
  "name": "Spot2Nite",
  "description": "Check out Solstice Motorcoach Resort in Mesquite, Nevada on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-mesquite",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Mesquite",
    "addressRegion": "NV",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 36.805531,
    "longitude": -114.06719
  },
  "sameAs": [
    "https://gocampingamerica.com/campgrounds-rv-parks/nevada/mesquite/solstice-motorcoach-resort"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    }
  ]
}