{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-wickenburg-az-us",
  "name": "Spot2Nite",
  "description": "Check out Aztec Village RV Park in Wickenburg, Arizona on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-wickenburg-az-us",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Wickenburg",
    "addressRegion": "AZ",
    "postalCode": "85390",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 33.9712753,
    "longitude": -112.7237784
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}