{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/john-wayne-rv-ranch-maricopa-az",
  "name": "John Wayne RV Ranch",
  "description": "",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/john-wayne-rv-ranch-maricopa-az",
  "image": [
    "https://www.aaa.com/AAA/Common/travelgateway/images/category/CAMPGROUND-3.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Maricopa",
    "addressRegion": "AZ",
    "postalCode": "85139",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 33.34883,
    "longitude": -112.49123
  },
  "checkinTime": "00:14:00",
  "checkoutTime": "00:14:00",
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}