{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-brainerd-mn",
  "name": "Spot2Nite",
  "description": "Check out Sullivan's Resort & Campground in Brainerd, Minnesota on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-brainerd-mn",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Brainerd",
    "addressRegion": "MN",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 46.45527,
    "longitude": -94.240354
  },
  "sameAs": [
    "https://gocampingamerica.com/campgrounds-rv-parks/minnesota/brainerd/sullivans-resort-campground"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    }
  ]
}