{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/lake-hiddenwood-java-sd",
  "name": "Lake Hiddenwood Recreation Area",
  "description": "Contact info, reviews tips & more for Lake Hiddenwood Recreation Area | Camping in South Dakota",
  "url": "https://campertunity.com/listings/campgrounds/lake-hiddenwood-java-sd",
  "image": [
    "https://assets.thedyrt.com/next/public/assets/images/no_image.svg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "16157a West Whitlock Rd",
    "addressLocality": "Java",
    "addressRegion": "SD",
    "postalCode": "57452",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 45.54700094,
    "longitude": -99.98700018
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Pet Friendly"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4,
    "reviewCount": 1,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Lisa G."
      },
      "datePublished": "2022-09-03T22:36:06.199Z",
      "reviewBody": "The campground is quiet and well maintained. It is newly reopened after being completely flooded in 2018. There is no longer a lake here.\n\nIt is difficult to find, and down several miles of well maintained dusty gravel roads. There isn't any signage (at least from the direction we came).\n\nNo electric, perfect for a getaway from it all.",
      "reviewRating": {
        "@type": "Rating",
        "ratingValue": 4,
        "bestRating": 5,
        "worstRating": 1
      }
    }
  ]
}