{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/morrison-rv-park-morrilton-ar-us",
  "name": "Morrison RV Park",
  "description": "Check out Morrison RV Park in Morrilton, Arkansas on Go Camping America",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/morrison-rv-park-morrilton-ar-us",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Morrilton",
    "addressRegion": "AR",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 35.1779345,
    "longitude": -92.7490505
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}