{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-cass-lake-mn",
  "name": "Spot2Nite",
  "description": "Check out Morning Star Resort in Cass Lake, Minnesota on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-cass-lake-mn",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Cass Lake",
    "addressRegion": "MN",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 47.464789,
    "longitude": -94.638075
  },
  "sameAs": [
    "https://gocampingamerica.com/campgrounds-rv-parks/minnesota/cass-lake/morning-star-resort"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    }
  ]
}