{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/green-springs-campground-covelo-ca",
  "name": "Green Springs Campground",
  "description": "Campground - 4 camping sites with fire rings.Trailhead - Access to the Yolla Bolly Wilderness.Corrals available at Trailhead.",
  "url": "https://campertunity.com/listings/campgrounds/green-springs-campground-covelo-ca",
  "image": [
    "https://assets.thedyrt.com/next/public/assets/images/no_image.svg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Covelo",
    "addressRegion": "CA",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 39.973724,
    "longitude": -122.929974
  },
  "sameAs": [
    "https://thedyrt.com/camping/california/green-springs-campground"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    }
  ]
}