{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/coongan-pool-marble-bar-wa",
  "name": "Coongan Pool",
  "description": "This spacious and open riverside campground with no amenities is located well off the highway. It is accessible in a dry weather only via a turn just opposite the Coongan River rest area.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/coongan-pool-marble-bar-wa",
  "image": [
    "https://photos.geozone.co.nz/photos/e6c2d66fb739fcb05714e2a4430cdbe0-WxH.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Unnamed Road",
    "addressLocality": "Marble Bar",
    "addressRegion": "WA",
    "postalCode": "6760",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -20.9054,
    "longitude": 119.789
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Riverside"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "River"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 3,
    "reviewCount": 4,
    "bestRating": 5,
    "worstRating": 1
  }
}