{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-ruidoso-nm-3",
  "name": "Spot2Nite",
  "description": "Heck out HONDO RIVER IN RUDO, NEW MICIO ON GO CAMping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-ruidoso-nm-3",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Ruidoso",
    "addressRegion": "NM",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 33.3118077,
    "longitude": -105.6403592
  },
  "sameAs": [
    "https://gocampingamerica.com/campgrounds-rv-parks/new-mexico/ruidoso/hondo-river-inc"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "River"
    }
  ]
}