{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/burrabadine-rest-area-burrabadine-new-south-wales",
  "name": "Burrabadine Rest Area",
  "description": "Near Central NSW and Dubbo. Pets Allowed and Free.",
  "url": "https://campertunity.com/listings/campgrounds/burrabadine-rest-area-burrabadine-new-south-wales",
  "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": "Mitchell Hwy",
    "addressLocality": "Burrabadine",
    "addressRegion": "New South Wales",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -32.203953,
    "longitude": 148.539266
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4,
    "reviewCount": 1,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Obsizs"
      },
      "reviewBody": "It’s a long haul truckers rest and temporary lay down area for road trains splitting their trailers and an overnight for oversized loads that aren’t allowed to travel during night time hours. It’s only a few minutes out of Dubbo but if it’s too late to check in at your accommodation it’s good for a night, definitely don’t expect to be able to pitch a tent though."
    }
  ]
}