{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/northbrook-creek-camp-dundas-queensland",
  "name": "Northbrook Creek Camp",
  "description": "Near Brisbane and Dundas. Pets Allowed and Free.",
  "url": "https://campertunity.com/listings/campgrounds/northbrook-creek-camp-dundas-queensland",
  "image": [
    "https://media.anycamp.com.au/c/image/upload/s--YvxoC2jb--/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/y7vedjvtfqianj7pfemc",
    "https://media.anycamp.com.au/c/image/upload/s--fjJIUToU--/c_fill,h_400,q_auto,w_800/v1/production/app_campsite_uploads/y7vedjvtfqianj7pfemc"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "1674 Wivenhoe-Somerset Rd",
    "addressLocality": "Dundas",
    "addressRegion": "Queensland",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -27.298637,
    "longitude": 152.616022
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Stream"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Creek"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 3,
    "reviewCount": 2,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Sara H."
      },
      "reviewBody": "This place is awesome but unfortunately you can not camp overnight. There are toilets and bbq but the rangers close at 7 pm"
    },
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Brian I."
      },
      "reviewBody": "Handy roadside stop.  No amenities. Small stale creek."
    }
  ]
}