{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/onion-springs-overflow-camping-area-ca-us",
  "name": "Onion Springs Overflow Camping Area",
  "description": "Overflow camping area has one vault toilet.",
  "url": "https://campertunity.com/listings/campgrounds/onion-springs-overflow-camping-area-ca-us",
  "image": [
    "https://assets.thedyrt.com/next/public/assets/images/no_image.svg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressRegion": "CA",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 37.40505833,
    "longitude": -119.12967778
  },
  "sameAs": [
    "https://thedyrt.com/camping/california/onion-springs-overflow-camping-area"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Vault Toilets"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Toilets"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Outhouse"
    }
  ]
}