{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/horse-campground-oroville-ca",
  "name": "Horse Campground",
  "description": "Horse Campground camping reservations and campground information. Learn more about camping near Horse Campground and reserve your campsite today.",
  "url": "https://campertunity.com/listings/campgrounds/horse-campground-oroville-ca",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "875 Mitchell Ave.",
    "addressLocality": "Oroville",
    "addressRegion": "CA",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 39.73528,
    "longitude": -120.95306
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established_campground"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Reservable"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ]
}