{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-midland-tx-1",
  "name": "Spot2Nite",
  "description": "Check out Stanley RV Park in Midland TX in Midland, Texas on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-midland-tx-1",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Midland",
    "addressRegion": "TX",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 32.0427838,
    "longitude": -101.984943
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}