{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/carr-rv-park-carrington-nd",
  "name": "Carr RV Park",
  "description": "Full water sewer hookups, up to 8 spots available. Restaurants and convenience store near by. Surrounded by trees so it is out of the wind, has a basketball court and two picnic shelters.",
  "url": "https://campertunity.com/listings/campgrounds/carr-rv-park-carrington-nd",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Hwy 200 E",
    "addressLocality": "Carrington",
    "addressRegion": "ND",
    "postalCode": "58421",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 47.456029,
    "longitude": -99.134147
  },
  "sameAs": [
    "https://www.ndtourism.com/carrington/places-stay/campgrounds-rv-parks/carr-rv-park"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Full Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Picnic Table"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Sewer Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Water Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Electric Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Picnic Table"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Forest"
    }
  ]
}