{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/boonah-showground-boonah-queensland",
  "name": "Boonah Showground",
  "description": "Great spot. Last minute find and very happy. Near Brisbane and Boonah. Pets Allowed, Toilets, Drinking Water and Powered sites.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/boonah-showground-boonah-queensland",
  "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": "Cnr Melbourne & Cossart Sts",
    "addressLocality": "Boonah",
    "addressRegion": "Queensland",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -27.997944,
    "longitude": 152.684849
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Toilets"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Drinking_water"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Potable Water"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 5,
    "reviewCount": 3,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Matthew T."
      },
      "reviewBody": "Great spot. Last minute find and very happy."
    },
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Kami T."
      },
      "reviewBody": "Plenty of grassy areas to pitch a tent. The owner is real nice. The bathrooms are super fantastic; with really good showers. Definitely worth the $10 per person we paid to pitch our tent 🤙🏼"
    }
  ]
}