{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/bayfield-co-us",
  "name": "Spot2Nite",
  "description": "Check out Outdoorsy Bayfield in Bayfield, Colorado on Spot2Nite",
  "url": "https://campertunity.com/listings/campgrounds/bayfield-co-us",
  "image": [
    "https://spot2nite-staging.s3-us-west-2.amazonaws.com/uploads/photo/attachments/d2b0b9ea-eb26-11ef-b1e6-35167a57dc0c/card.jpg?v=63906792949"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "41743 U.S. 160",
    "addressLocality": "Bayfield",
    "addressRegion": "CO",
    "postalCode": "81122",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 37.2301989,
    "longitude": -107.6071729
  },
  "checkinTime": "16:00:00",
  "checkoutTime": "10:00:00",
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4.75,
    "reviewCount": 4,
    "bestRating": 5,
    "worstRating": 1
  },
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "USD",
    "price": "34",
    "priceValidUntil": "2026-07-11"
  },
  "priceRange": "$34+"
}