{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-fort-mitchell-al",
  "name": "Spot2Nite",
  "description": "Check out Uchee Creek Army Campground in Fort Mitchell, Alabama on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-fort-mitchell-al",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Fort Mitchell",
    "addressRegion": "AL",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 32.305106,
    "longitude": -84.958261
  },
  "sameAs": [
    "https://gocampingamerica.com/campgrounds-rv-parks/alabama/fort-mitchell/uchee-creek-army-campground"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Stream"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Creek"
    }
  ]
}