{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/shepherds-pasture-campground-defiance-oh",
  "name": "Shepherd's Pasture Campground",
  "description": "Check out Shepherd's Pasture Campground in Defiance, Ohio on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/shepherds-pasture-campground-defiance-oh",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Defiance",
    "addressRegion": "OH",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 41.293447,
    "longitude": -84.486976
  },
  "sameAs": [
    "https://gocampingamerica.com/campgrounds-rv-parks/ohio/defiance/shepherds-pasture-campground"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Pasture"
    }
  ]
}