{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/lazy-b-campground-wooster",
  "name": "Lazy B Campground",
  "description": "Lazy B Campground near Wooster, Ohio, is situated in a region characterized by flat terrain with scattered woodlands.",
  "url": "https://campertunity.com/listings/campgrounds/lazy-b-campground-wooster",
  "image": [
    "https://assets.thedyrt.com/next/public/assets/images/no_image.svg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "8375 Friendsville Rd",
    "addressLocality": "Wooster",
    "addressRegion": "OH",
    "postalCode": "44691",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 40.90076311,
    "longitude": -81.95327236
  },
  "sameAs": [
    "https://thedyrt.com/camping/ohio/becks-family-campground"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "USD",
    "price": "0",
    "priceValidUntil": "2026-09-23"
  },
  "priceRange": "$0+"
}