{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/big-pine-campground-old-station-ca",
  "name": "Big Pine Campground",
  "description": "Big Pine Campground has 19 sites nestled under the tall pines along scenic Hat Creek. This facility has vault toilets, hand-pump water, tables, free-standing barbeques, and fire rings.",
  "url": "https://campertunity.com/listings/campgrounds/big-pine-campground-old-station-ca",
  "image": [
    "https://photos.thedyrt.com/photo/100691/media/big-pine-campground_e2efc225af034ee510a4f5a256601771.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Old Station",
    "addressRegion": "CA",
    "postalCode": "96071",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 40.63400035,
    "longitude": -121.46600027
  },
  "sameAs": [
    "https://thedyrt.com/camping/california/big-pine-campground",
    "https://outdoorithm.com/campgrounds/ca/lassen/big-pine-campground"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Toilets"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Vault Toilets"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Outhouse"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Stream"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Creek"
    }
  ]
}