{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/red-feather-campground-oroville-ca",
  "name": "Red Feather Campground",
  "description": "Red Feather campground is located on the eastern shore of Little Grass Valley Reservoir and has 60 single-family campsites for tents, trailers and RVs.",
  "url": "https://campertunity.com/listings/campgrounds/red-feather-campground-oroville-ca",
  "image": [
    "//d2g85s3tfaxbly.cloudfront.net/photo/camp/49897/Redfeather_040.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "875 MiItchell Ave.",
    "addressLocality": "Oroville",
    "addressRegion": "CA",
    "postalCode": "95965",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 39.73528,
    "longitude": -120.95306
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    }
  ]
}