{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/barrel-springs-campground",
  "name": "Barrel Springs Campground",
  "description": "Thinking of camping at Barrel Springs Campground in Los Padres National Forest? See campsite availability, read camper reviews, and discover more incredible campsites nearby.",
  "url": "https://campertunity.com/listings/campgrounds/barrel-springs-campground",
  "image": [
    "https://hipcamp-res.cloudinary.com/image/upload/q_auto,f_auto/v1606343741/homepage-us_ulfcxm.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 34.901351,
    "longitude": -120.143217
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ]
}