{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/indian-crossing-oxbow-or",
  "name": "Indian Crossing",
  "description": "River access draws anglers and paddlers to Indian Crossing, a US Forest Service campground positioned along flowing water in Wallowa National Forest.",
  "url": "https://campertunity.com/listings/campgrounds/indian-crossing-oxbow-or",
  "image": [
    "https://assets.thedyrt.com/next/public/assets/images/no_image.svg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Oxbow",
    "addressRegion": "OR",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 45.112123428,
    "longitude": -117.01540336
  },
  "sameAs": [
    "https://thedyrt.com/camping/oregon/oregon-indian-crossing-campground"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Forest"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "River"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Canyon"
    }
  ]
}