{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/sun-life-rv-resort-mesa-az",
  "name": "Sun Life RV Resort",
  "description": "Contact info, reviews tips & more for Sun Life RV Resort | Camping in Arizona",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/sun-life-rv-resort-mesa-az",
  "image": [
    "https://assets.thedyrt.com/next/public/assets/images/no_image.svg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "5055 E University Dr",
    "addressLocality": "Mesa",
    "addressRegion": "AZ",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 33.42262796,
    "longitude": -111.72198318
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 3,
    "reviewCount": 1,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Nathan B."
      },
      "datePublished": "2022-02-14T17:31:15.559Z",
      "reviewBody": "I did not stay here because this is a 55 and older community. Seems strange to have it on an app like this. I am writing this review so others can see that this is a community for retirees. Looks nice from the website ",
      "reviewRating": {
        "@type": "Rating",
        "ratingValue": 3,
        "bestRating": 5,
        "worstRating": 1
      }
    }
  ]
}