{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/tom-mitchell-reserve-shelley-victoria",
  "name": "Tom Mitchell Reserve",
  "description": "Near Burrowa-Pine Mountain National Park, High Country and Shelley. Pets Allowed, Free, Toilets, Drinking Water and Allows fires.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/tom-mitchell-reserve-shelley-victoria",
  "image": [
    "https://www.anycamp.com.au/assets/images/shareimage.jpg",
    "https://www.anycamp.com.au/assets/images/listing-item-04.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "40 Avondale Road",
    "addressLocality": "Shelley",
    "addressRegion": "Victoria",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -36.178533,
    "longitude": 147.550209
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Drinking_water"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Toilets"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Potable Water"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Mountain"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 3,
    "reviewCount": 2,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Elouise P."
      },
      "reviewBody": "This site is a day use area only. No camping permitted and signposted ‘no camping’"
    },
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Audric A."
      },
      "reviewBody": "Close to the main road, only some meters of dirt road just for the access, not much space for tents if you do not want to be under a tree, but still some spaces. Drinking water and toilets available"
    }
  ]
}