{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-picacho-az",
  "name": "Spot2Nite",
  "description": "Check out Picacho Peak RV Resort in Picacho, Arizona on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-picacho-az",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Picacho",
    "addressRegion": "AZ",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 32.6399526,
    "longitude": -111.3850863
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}