{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/matts-barrow-northern-territory-au",
  "name": "Matt's Quarry",
  "description": "Great. Dusty, campfires and Telstra. Close to road but hard to see. Also hard to find. Lots of space... Near Barkly and Davenport. Pets Allowed, Free and Allows fires.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/matts-barrow-northern-territory-au",
  "image": [
    "https://www.anycamp.com.au/assets/images/shareimage.jpg",
    "https://www.anycamp.com.au/assets/images/listing-item-03.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Stuart Hwy",
    "addressLocality": "Barrow Creek",
    "addressRegion": "Northern Territory",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -21.523684,
    "longitude": 133.892751
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 5,
    "reviewCount": 2,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Kath M."
      },
      "reviewBody": "Great. Dusty, campfires and Telstra. Close to road but hard to see. Also hard to find. Lots of space. Should bring own wood"
    },
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Sophie W."
      },
      "reviewBody": "Ground is hard so wouldn’t recommend a tent but 2nd access and phone reception"
    }
  ]
}