{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-lone-pine-ca",
  "name": "Spot2Nite",
  "description": "Check out Boulder Creek RV Resort in Lone Pine, California on Spot2Nite",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-lone-pine-ca",
  "image": [
    "https://spot2nite-staging.s3-us-west-2.amazonaws.com/uploads/photo/attachments/76e3a442-a67e-11ed-a436-ae29f73191bf/card.jpg?v=63889835164"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "2550 U.S. 395",
    "addressLocality": "Lone Pine",
    "addressRegion": "CA",
    "postalCode": "93545",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 36.5431319,
    "longitude": -118.0466448
  },
  "checkinTime": "00:00:00",
  "checkoutTime": "00:00:00",
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4,
    "reviewCount": 1,
    "bestRating": 5,
    "worstRating": 1
  },
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "USD",
    "price": "45",
    "priceValidUntil": "2026-07-25"
  },
  "priceRange": "$45+"
}