{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/little-hebo-road-south-grand-ronde-or",
  "name": "Little Hebo Road South",
  "description": "Little Hebo Road South is located near the Oregon Coast, featuring forested terrain with a mix of trees and underbrush.",
  "url": "https://campertunity.com/listings/campgrounds/little-hebo-road-south-grand-ronde-or",
  "image": [
    "https://assets.thedyrt.com/next/public/assets/images/no_image.svg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Grand Ronde",
    "addressRegion": "OR",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 45.168785,
    "longitude": -123.72707
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}