{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/fee-reservoir-california",
  "name": "Fee Reservoir",
  "description": "Recreation area with a 100 acre reservoir stocked with rainbow trout, a small campground with nine tables and metal firerings, and barbeque pits. Amenities include: One double vault restroom, one single vault restroom, and a boatramp.",
  "url": "https://campertunity.com/listings/campgrounds/fee-reservoir-california",
  "image": [
    "https://www.blm.gov/sites/default/files/images/2024-02/blm-gov-opengraph-thumbnail.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 41.841338,
    "longitude": -120.029696
  },
  "sameAs": [
    "https://www.blm.gov/visit/fee-reservoir"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Public Land"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Blm Land"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Toilets"
    }
  ]
}