{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/pinjarra-rv-rest-area-pinjarra-western-australia",
  "name": "Pinjarra RV Rest Area",
  "description": "Near Family Bathing area, Destination Perth and Pinjarra. Pets Allowed and Free.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/pinjarra-rv-rest-area-pinjarra-western-australia",
  "image": [
    "https://www.anycamp.com.au/assets/images/shareimage.jpg",
    "https://www.anycamp.com.au/assets/images/listing-item-02.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "21 Pinjarra-Williams Rd",
    "addressLocality": "Pinjarra",
    "addressRegion": "Western Australia",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -32.629672,
    "longitude": 115.879083
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4,
    "reviewCount": 3,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Steve M."
      },
      "reviewBody": "Side of a main road, could get a bit noisy later. No amenities, but a servo 100mts up the road. Ps- just found the pub, it was hiding behind another van that was obscuring my view."
    },
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "John W."
      },
      "reviewBody": "It’s pretty basic, but the other campers are really friendly and it’s not a bad spot to overnight. Ps: pub straight across the road. Winning!! 😎"
    },
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Doevett De Biasi"
      },
      "reviewBody": "Very good \nFree \nToilets"
    }
  ]
}