{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/nuck-woodward-road-trailhead-huntington-ut",
  "name": "Nuck Woodward Road Trailhead",
  "description": "Nuck Woodward Road Trailhead near Huntington, UT, offers a camping experience surrounded by rugged terrain with elevations that provide expansive views.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/nuck-woodward-road-trailhead-huntington-ut",
  "image": [
    "https://assets.thedyrt.com/next/public/assets/images/no_image.svg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Huntington",
    "addressRegion": "UT",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 39.53482914,
    "longitude": -111.14107797
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}