{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/bowd-campground-mumbannar-victoria",
  "name": "Bowd Campground",
  "description": "Beautiful campsite, well maintained. No vehicle access, it’s is one of the designated canoe sites on... Near Lower Glenelg National Park, Great Ocean Road and Mumbannar. Free, Toilets, Swimming...",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/bowd-campground-mumbannar-victoria",
  "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": "River Fire Lane",
    "addressLocality": "Mumbannar",
    "addressRegion": "Victoria",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -38.010239,
    "longitude": 141.08585
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Toilets"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Swimming"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Ocean"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4,
    "reviewCount": 2,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Simon M."
      },
      "reviewBody": "Beautiful campsite, well maintained. No vehicle access, it’s is one of the designated canoe sites on the river for those paddling the Glenelg River canoe trail."
    },
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Phil S."
      },
      "reviewBody": "Bush camping with drop toilets"
    }
  ]
}