{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/steep-point-campground-denham-wa",
  "name": "Steep Point Campground",
  "description": "Eight rock-surface campsites. All campsites are unpowered. No dogs (or other pets) allowed at this campground. No-flush pit toilets.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/steep-point-campground-denham-wa",
  "image": [
    "https://photos.geozone.co.nz/photos/298d72def864284a5f4853f906016364-WxH.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Steep Point",
    "addressLocality": "Denham",
    "addressRegion": "WA",
    "postalCode": "6537",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -26.1437,
    "longitude": 113.161
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Pit_toilets"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Toilets"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 5,
    "reviewCount": 2,
    "bestRating": 5,
    "worstRating": 1
  }
}