{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-brookville-pa",
  "name": "Spot2Nite",
  "description": "Check out Big Country Campgrounds in Brookville, Pennsylvania on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-brookville-pa",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Brookville",
    "addressRegion": "PA",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 41.2318168,
    "longitude": -79.0672861
  },
  "sameAs": [
    "https://gocampingamerica.com/campgrounds-rv-parks/pennsylvania/brookville/big-country-campgrounds"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    }
  ]
}