{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/hookina-ruins-hawker-south-australia",
  "name": "Hookina ruins",
  "description": "Near Flinders Ranges and Outback and Hawker. Pets Allowed and Free.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/hookina-ruins-hawker-south-australia",
  "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": "Barndioota Rd",
    "addressLocality": "Hawker",
    "addressRegion": "South Australia",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -31.76083,
    "longitude": 138.332806
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4,
    "reviewCount": 3,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Robin D."
      },
      "reviewBody": "Good location to explore the flinders rangers the day after or just after exploring them. No toilets"
    },
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Cyd"
      },
      "reviewBody": "No facilities \nFlat area for tents\nVery quite considering it's close to the road"
    }
  ]
}