{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/serenity-camp-beattyville",
  "name": "Serenity Camp",
  "description": "Pitch your tent in beautiful Cliffview Forest or out in the wide open fields.",
  "url": "https://campertunity.com/listings/campgrounds/serenity-camp-beattyville",
  "image": [
    "https://hipcamp-res.cloudinary.com/image/upload/images/v1531438778/campground-photos/fcggmihsylowcg2hbd33/serenity-camp-1-majestic-views-red-river-gorge-forest-people-hammock.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Beattyville",
    "addressRegion": "KY",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 37.5775,
    "longitude": -83.714
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Forest"
    }
  ]
}