{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/walnut-canyon-rv-park-canyon-lake-tx",
  "name": "Walnut Canyon RV Park",
  "description": "Check out Walnut Canyon RV Park in Canyon Lake, Texas on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/walnut-canyon-rv-park-canyon-lake-tx",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Canyon Lake",
    "addressRegion": "TX",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 29.8781434,
    "longitude": -98.2431747
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Canyon"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    }
  ]
}