{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/canyon-creek-campground-beaverhead-deerlodge-national-forest",
  "name": "Canyon Creek Campground",
  "description": "This is a small campground with 3 tent sites near the Wise River in the Pioneer Mountains.",
  "url": "https://campertunity.com/listings/campgrounds/canyon-creek-campground-beaverhead-deerlodge-national-forest",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Wise River",
    "addressRegion": "MT",
    "postalCode": "59762",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 45.62509854,
    "longitude": -112.94461467
  },
  "sameAs": [
    "https://thedyrt.com/camping/montana/canyon-creek-campground-and-picnic-area"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "River"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Mountain"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Canyon"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Stream"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Creek"
    }
  ]
}