{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/red-rock-resort-glen-ullin-nd",
  "name": "Red Rock Resort",
  "description": "Enjoy outdoor fun at Red Rock Resort. Boating, fishing, & family amenities await. Purchase or lease your RV lot today!",
  "url": "https://campertunity.com/listings/campgrounds/red-rock-resort-glen-ullin-nd",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "7133 Red Rock St.",
    "addressLocality": "Glen Ullin",
    "addressRegion": "ND",
    "postalCode": "58631",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 46.81631,
    "longitude": -101.830246
  },
  "sameAs": [
    "https://www.redrockresortnd.com/"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Boating"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Fishing"
    }
  ]
}