{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/granite-springs-clearwater-national-forest-id",
  "name": "Granite Springs",
  "description": "Granite Springs near Elk City, Idaho, is surrounded by forested terrain with a mix of trees and open spaces.",
  "url": "https://campertunity.com/listings/campgrounds/granite-springs-clearwater-national-forest-id",
  "image": [
    "https://assets.thedyrt.com/next/public/assets/images/no_image.svg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Clearwater National Forest",
    "addressRegion": "ID",
    "postalCode": "83525",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 45.7250005,
    "longitude": -115.12800075
  },
  "sameAs": [
    "https://thedyrt.com/camping/idaho/idaho-granite-springs-campground"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Fishing"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Hiking"
    }
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "USD",
    "price": "0",
    "priceValidUntil": "2026-09-24"
  },
  "priceRange": "$0+"
}