{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/perry-state-park-campground-meriden-ks",
  "name": "Perry State Park Campground",
  "description": "This recreation area is part of [Perry Lake][1] [1]: http://www.recreation.gov/recreationalAreaDetails.do?contractCode=NRSO&recAreaId=271&agencyCode=130",
  "url": "https://campertunity.com/listings/campgrounds/perry-state-park-campground-meriden-ks",
  "image": [
    "https://photos.thedyrt.com/photo/714410/media/perry_abff8b0c-06f4-4cc4-a1d2-307090182226.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Perry",
    "addressRegion": "KS",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 39.148297,
    "longitude": -95.484888
  },
  "sameAs": [
    "https://thedyrt.com/camping/kansas/perry"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    }
  ]
}