{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-newton-falls-oh",
  "name": "Spot2Nite",
  "description": "Check out Ridge Ranch Campground in Newton Falls, Ohio on Spot2Nite",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-newton-falls-oh",
  "image": [
    "https://spot2nite-staging.s3-us-west-2.amazonaws.com/uploads/photo/attachments/e7dbc41b-9aee-11f0-b8a3-c3d1d23323ef/card.jpg?v=63926120337"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "5219 Ohio 303",
    "addressLocality": "Newton Falls",
    "addressRegion": "OH",
    "postalCode": "44444",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 41.23173269999999,
    "longitude": -80.985726
  },
  "checkinTime": "14:00:00",
  "checkoutTime": "11:00:00",
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "USD",
    "price": "90",
    "priceValidUntil": "2026-06-20"
  },
  "priceRange": "$90+"
}