{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-deming-nm",
  "name": "Wolf RV Park",
  "description": "Check out Wolf RV Park in Deming, New Mexico on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-deming-nm",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Deming",
    "addressRegion": "NM",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 32.2757548,
    "longitude": -107.5693079
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}