{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/vicksburg-county-park",
  "name": "Vicksburg County Park",
  "description": "Vicksburg County Park, Renville Minnesota. See traveler reviews, photos and blog posts",
  "url": "https://campertunity.com/listings/campgrounds/vicksburg-county-park",
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.655789,
    "longitude": -95.226444
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ]
}