{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/hardwood-camp-site-davenport-northern-territory",
  "name": "Hardwood Camp Site",
  "description": "Off the highway camping area. Initial thoughts are that there is only roadside camping, but drive th... Near Barkly and Davenport. Pets Allowed and Free.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/hardwood-camp-site-davenport-northern-territory",
  "image": [
    "https://www.anycamp.com.au/assets/images/shareimage.jpg",
    "https://www.anycamp.com.au/assets/images/listing-item-02.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "22788 Stuart Highway",
    "addressLocality": "Davenport",
    "addressRegion": "Northern Territory",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -21.547334,
    "longitude": 133.846105
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 5,
    "reviewCount": 1,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Bart M."
      },
      "reviewBody": "Off the highway camping area. Initial thoughts are that there is only roadside camping, but drive through track to out the back of trees area and many open areas for caravans or camping. \nNo facilities at all. Must be self dependant."
    }
  ]
}