{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/nisqually-plaza-rv-park-olympia-wa",
  "name": "Nisqually Plaza RV Park",
  "description": "Contact info, reviews tips & more for Nisqually Plaza RV Park | Camping in Washington",
  "url": "https://campertunity.com/listings/campgrounds/nisqually-plaza-rv-park-olympia-wa",
  "image": [
    "https://assets.thedyrt.com/next/public/assets/images/no_image.svg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "10220 Martin Way E",
    "addressLocality": "Olympia",
    "addressRegion": "WA",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 47.06422926,
    "longitude": -122.7279194
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 1,
    "reviewCount": 1,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Shawn A."
      },
      "datePublished": "2021-04-18T16:28:29.711Z",
      "reviewBody": "This area is right next to a very busy I-5 interstate freeway. I have NEVER considered it a camping spot, more like a truck stop or something else. It is just a bare spot to park for the night at most. ",
      "reviewRating": {
        "@type": "Rating",
        "ratingValue": 1,
        "bestRating": 5,
        "worstRating": 1
      }
    }
  ]
}