{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/broken-bowl-fall-creek-or",
  "name": "Broken Bowl",
  "description": "Broken Bowl is a small campground that offers 16 sites with a family atmosphere, mature forest shade, and easy access to the cool waters of Fall Creek.",
  "url": "https://campertunity.com/listings/campgrounds/broken-bowl-fall-creek-or",
  "image": [
    "https://www.recreation.gov/FacebookOG.jpg",
    "https://www.recreation.gov/TwitterCard.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Fall Creek",
    "addressRegion": "OR",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 43.962222,
    "longitude": -122.609444
  },
  "sameAs": [
    "https://www.recreation.gov/camping/campgrounds/10165185",
    "https://outdoorithm.com/campgrounds/Recreation.gov:10165185:1114",
    "https://campflare.com/campground/broken-bowl-185",
    "https://thedyrt.com/camping/oregon/oregon-broken-bowl-campground"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Forest"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Stream"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Creek"
    }
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "USD",
    "price": "8",
    "priceValidUntil": "2026-09-23"
  },
  "priceRange": "$8+"
}