{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/south-fork-campground-duchesne-ut",
  "name": "South Fork Campground",
  "description": "This camping area has 6 sites on the South Fork of Rock Creek, near the south shore of Upper Stillwater Reservoir. There is a trail that starts from the campground area and goes north into the High Uintas Wilderness.",
  "url": "https://campertunity.com/listings/campgrounds/south-fork-campground-duchesne-ut",
  "image": [
    "https://assets.thedyrt.com/next/public/assets/images/no_image.svg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Duchesne",
    "addressRegion": "UT",
    "postalCode": "84701",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 40.73570634,
    "longitude": -109.7377454
  },
  "sameAs": [
    "https://thedyrt.com/camping/utah/utah-south-fork"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Forest"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Stream"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Creek"
    }
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "USD",
    "price": "0",
    "priceValidUntil": "2026-10-09"
  },
  "priceRange": "$0+"
}