{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-fort-stockton-tx",
  "name": "Spot2Nite",
  "description": "Check out A & M Camper & Mobile Home Park in Fort Stockton, Texas on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-fort-stockton-tx",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Fort Stockton",
    "addressRegion": "TX",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 30.8943187,
    "longitude": -102.8662807
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    }
  ]
}