{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-sierra-vista-az",
  "name": "Spot2Nite",
  "description": "Check out Thunderbird Mobile Home Park in Sierra Vista, Arizona on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-sierra-vista-az",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Sierra Vista",
    "addressRegion": "AZ",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 31.5510467,
    "longitude": -110.2636661
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    }
  ]
}