{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/doughboy-reserve-south-australia",
  "name": "Doughboy Reserve",
  "description": "Near Flinders Ranges and Outback and Murray Town. Free and Allows fires.",
  "url": "https://campertunity.com/listings/campgrounds/doughboy-reserve-south-australia",
  "image": [
    "https://media.anycamp.com.au/c/image/upload/s--SQG-iqMG--/c_fill,h_600,w_1200/g_south_east,l_logo-white,w_250,x_80,y_40/c_fill,q_auto/v1/production/app_campsite_uploads/xfw3ge3nfakah9h7svag",
    "https://media.anycamp.com.au/c/image/upload/s--sprnVAaz--/c_fill,h_400,q_auto,w_800/v1/production/app_campsite_uploads/xfw3ge3nfakah9h7svag"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Pitchers Rd (10kms south of Melrose",
    "addressLocality": "2.5kms North Of Murraytown) Flat Hard Surface.",
    "addressRegion": "South Australia",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -32.89671,
    "longitude": 138.237732
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4,
    "reviewCount": 2,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Sam W."
      },
      "reviewBody": "Great overnight stop. 2WD accessible but may be bog hazards in the wet."
    },
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Ben B."
      },
      "reviewBody": "Main Rd nearby but little road noise. Trees provide some shade and break up little areas for other campers. No facilities so you'll need to bring in your own."
    }
  ]
}