{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/american-legion-park-williston-nd",
  "name": "American Legion Park",
  "description": "Pavilion, 15 electrical sites, tenting.",
  "url": "https://campertunity.com/listings/campgrounds/american-legion-park-williston-nd",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Williston",
    "addressLocality": "Williston",
    "addressRegion": "ND",
    "postalCode": "58801",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 48.059488,
    "longitude": -103.587537
  },
  "sameAs": [
    "https://www.ndtourism.com/williston/places-stay/campgrounds-rv-parks/american-legion-park",
    "https://thedyrt.com/camping/north-dakota/north-dakota-american-legion-park"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Electric Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}