{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/mcclusky-city-park-mcclusky-nd",
  "name": "McClusky City Park",
  "description": "Camper hook-ups with electricity and water with sewer dump. Playground equipment and swimming pool for small daily fee.",
  "url": "https://campertunity.com/listings/campgrounds/mcclusky-city-park-mcclusky-nd",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "South McClusky",
    "addressLocality": "McClusky",
    "addressRegion": "ND",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 47.485831,
    "longitude": -100.443184
  },
  "sameAs": [
    "https://www.ndtourism.com/mcclusky/places-stay/campgrounds-rv-parks/mcclusky-city-park",
    "https://thedyrt.com/camping/north-dakota/north-dakota-mcclusky-city-park"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Electric Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Water Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Sewer Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Playground"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Swimming Pool"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Swimming"
    }
  ]
}