{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/lake-pleasant-regional-park-campground-morristown-az",
  "name": "Lake Pleasant Regional Park Campground",
  "description": "Lake Pleasant Regional Park campground overlooks the lake and has 152 campsites for tents and RVs in two areas (Roadrunner and Desert Tortoise).",
  "url": "https://campertunity.com/listings/campgrounds/lake-pleasant-regional-park-campground-morristown-az",
  "image": [
    "//d2g85s3tfaxbly.cloudfront.net/photo/camp/100361/Lake_Pleasant_139.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "41835 North Castle Hot Springs Road",
    "addressLocality": "Morristown",
    "addressRegion": "AZ",
    "postalCode": "85342"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 33.852652,
    "longitude": -112.293559
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 3,
    "reviewCount": 1,
    "bestRating": 5,
    "worstRating": 1
  }
}