{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/brushvale-bridge-primitive-canoe-campsite-wahpeton-nd",
  "name": "Brushvale Bridge Primitive Canoe Campsite",
  "description": "Brushvale Bridge Primitive Canoe Campsite is located near the Red River in Minnesota, offering flat terrain with river access.",
  "url": "https://campertunity.com/listings/campgrounds/brushvale-bridge-primitive-canoe-campsite-wahpeton-nd",
  "image": [
    "https://assets.thedyrt.com/next/public/assets/images/no_image.svg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Wahpeton",
    "addressRegion": "ND",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 46.368738,
    "longitude": -96.65589
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Pet Friendly"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "River"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 2,
    "reviewCount": 1,
    "bestRating": 5,
    "worstRating": 1
  }
}