{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/wishek-city-campground-wishek-nd",
  "name": "Wishek City Campground",
  "description": "The Wishek City Campground is located on the corner of 1st Ave N and 3rd St N and has water, sewer and electrical hookups.",
  "url": "https://campertunity.com/listings/campgrounds/wishek-city-campground-wishek-nd",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "1st Ave N & 3rd St N",
    "addressLocality": "Wishek",
    "addressRegion": "ND",
    "postalCode": "58495",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 46.256918,
    "longitude": -99.557057
  },
  "sameAs": [
    "https://www.ndtourism.com/wishek/places-stay/campgrounds-rv-parks/wishek-city-campground"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Water Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Sewer Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Electric Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Hookup"
    }
  ]
}