{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/farm-at-grand-river-thompson-oh",
  "name": "The Farm at Grand River",
  "description": "The Home Site is located in the main entertainment/barnyard area at front of The Farm... electric and water hook up... be in the middle of all the action!!!",
  "url": "https://campertunity.com/listings/campgrounds/farm-at-grand-river-thompson-oh",
  "image": [
    "https://hipcamp-res.cloudinary.com/image/upload/v1719927423/dev-campground-photos/rtpeztxchdicyh9czjqs.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Thompson",
    "addressRegion": "OH",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 41.65252,
    "longitude": -81.03788
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Farm"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "River"
    }
  ]
}