{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/bonus-downs-farmstay-mitchell-queensland",
  "name": "Bonus Downs Farmstay",
  "description": "Near Outback Queensland and Mungallala South. Pets Allowed, Toilets, Drinking Water, BBQ Areas, Powered sites and Allows fires.",
  "url": "https://campertunity.com/listings/campgrounds/bonus-downs-farmstay-mitchell-queensland",
  "image": [
    "https://media.anycamp.com.au/c/image/upload/s--M_KZtWd---/c_fill,h_600,w_1200/g_south_east,l_logo-white,w_250,x_80,y_40/c_fill,q_auto/uxioyopaxrmmwtueyzm1",
    "https://media.anycamp.com.au/c/image/upload/s--zD9KlsyQ--/c_fill,h_400,q_auto,w_800/uxioyopaxrmmwtueyzm1"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Mitchell-Bollon Rd",
    "addressLocality": "Mitchell",
    "addressRegion": "Queensland",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -26.711263,
    "longitude": 147.683689
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Drinking_water"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Toilets"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Potable Water"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 1,
    "reviewCount": 2,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Steve M."
      },
      "reviewBody": "Is that dog on a lead"
    },
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Lynn N."
      },
      "reviewBody": "Just rang and the person  said it was sold last year so no longer a farmstay"
    }
  ]
}