{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/campground-coorong-np-meningie-west-south-australia",
  "name": "Campground Coorong NP",
  "description": "Near Murray River, Lakes and Coorong and Meningie West. .",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/campground-coorong-np-meningie-west-south-australia",
  "image": [
    "https://www.anycamp.com.au/assets/images/shareimage.jpg",
    "https://www.anycamp.com.au/assets/images/listing-item-01.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Unnamed Rd",
    "addressLocality": "Meningie West",
    "addressRegion": "South Australia",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -35.669042,
    "longitude": 139.138396
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "River"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4,
    "reviewCount": 1,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Anycamper"
      },
      "reviewBody": "Great spot that is fairly private, right on the water. Definitely need a 4WD to venture out to some of the grounds."
    }
  ]
}