{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/gulnare-rest-area-gulnare-south-australia",
  "name": "Gulnare Rest Area",
  "description": "Near Flinders Ranges and Outback and Gulnare. Pets Allowed and Free.",
  "url": "https://campertunity.com/listings/campgrounds/gulnare-rest-area-gulnare-south-australia",
  "image": [
    "https://www.anycamp.com.au/assets/images/shareimage.jpg",
    "https://www.anycamp.com.au/assets/images/listing-item-01.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Main North Rd",
    "addressLocality": "Gulnare",
    "addressRegion": "South Australia",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -33.459713,
    "longitude": 138.432639
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 2,
    "reviewCount": 1,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Rachel M."
      },
      "reviewBody": "Small rest area, BUT if you go into Gulnare and onto View street at the end is a huge oval for camping with toilets, water and fire pit."
    }
  ]
}