{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/full-hookups-west-liberty-oh",
  "name": "Full Hookups",
  "description": "Check out Oak Crest Campgrounds in West Liberty, Ohio on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/full-hookups-west-liberty-oh",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "West Liberty",
    "addressRegion": "OH",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 40.3034256,
    "longitude": -83.8007329
  },
  "sameAs": [
    "https://gocampingamerica.com/campgrounds-rv-parks/ohio/west-liberty/oak-crest-campgrounds"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Full Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Sewer Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Water Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Electric Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Hookup"
    }
  ]
}