{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/old-mill-camp-ground-huntsville-oh",
  "name": "Old Mill Camp Ground",
  "description": "Contact info, reviews tips & more for Old Mill Camp Ground | Camping in Ohio",
  "url": "https://campertunity.com/listings/campgrounds/old-mill-camp-ground-huntsville-oh",
  "image": [
    "https://assets.thedyrt.com/next/public/assets/images/no_image.svg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "3939 CR 37 W",
    "addressLocality": "Huntsville",
    "addressRegion": "OH",
    "postalCode": "43324",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 40.42833412,
    "longitude": -83.81074236
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 2,
    "reviewCount": 1,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Buck B."
      },
      "datePublished": "2020-09-27T19:09:18.256Z",
      "reviewBody": "Decent , nothing great... won’t be back ",
      "reviewRating": {
        "@type": "Rating",
        "ratingValue": 2,
        "bestRating": 5,
        "worstRating": 1
      }
    }
  ]
}