{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/brookshire-campground-carrizo-plain-national-monument",
  "name": "Brookshire Campground",
  "description": "Nestled in the oaks. Provides opportunity for those seeking solitude.",
  "url": "https://campertunity.com/listings/campgrounds/brookshire-campground-carrizo-plain-national-monument",
  "image": [
    "https://photos.thedyrt.com/photo/154498/media/brookshire-campground_9182db231d58d357b1534f59235a444a.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Santa Barbara",
    "addressRegion": "CA",
    "postalCode": "93454",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 35.01510129,
    "longitude": -120.1261114
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Pet Friendly"
    }
  ]
}