{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-grand-prairie-tx",
  "name": "Spot2Nite",
  "description": "Check out Traders Village in Grand Prairie, Texas on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-grand-prairie-tx",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Grand Prairie",
    "addressRegion": "TX",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 32.6964706,
    "longitude": -97.048617
  },
  "sameAs": [
    "https://gocampingamerica.com/campgrounds-rv-parks/texas/grand-prairie/traders-village?slug=traders-village"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Prairie"
    }
  ]
}