{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/gilgerabbie-hut-border-village",
  "name": "Gilgerabbie Hut",
  "description": "Toilet so clean. Can’t camp in the hut. Dirt road in is pretty rough. Near Eyre Peninsula and Nullarbor. Pets Allowed and Free.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/gilgerabbie-hut-border-village",
  "image": [
    "https://media.anycamp.com.au/c/image/upload/s--GcRIvhQO--/c_fill,h_600,w_1200/g_south_east,l_logo-white,w_250,x_80,y_40/c_fill,q_auto/w640pabgbyxgjlft97i3",
    "https://media.anycamp.com.au/c/image/upload/s--Wax0hsvn--/c_fill,h_400,q_auto,w_800/w640pabgbyxgjlft97i3"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Eyre Hwy",
    "addressLocality": "Border Village",
    "addressRegion": "South Australia",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -31.541428,
    "longitude": 130.788275
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Hut"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 5,
    "reviewCount": 1,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Carmel W."
      },
      "reviewBody": "Toilet so clean. Can’t camp in the hut. Dirt road in is pretty rough."
    }
  ]
}