{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/reservoir-lake-1",
  "name": "Reservoir Lake",
  "description": "Reservoir Lake in Beaverhead National Forest, Dillon Idaho. See traveler reviews, photos and blog posts",
  "url": "https://campertunity.com/listings/campgrounds/reservoir-lake-1",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Forest Service Road 181",
    "addressLocality": "Dillon",
    "addressRegion": "ID",
    "postalCode": "59725",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 45.121,
    "longitude": -113.454
  },
  "sameAs": [
    "https://www.campendium.com/reservoir-lake"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Cell Service"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Forest"
    }
  ]
}