{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/bororen-rest-stop-bororen-qld-australia",
  "name": "Bororen rest stop",
  "description": "Near Bororen. Free and Toilets.",
  "url": "https://campertunity.com/listings/campgrounds/bororen-rest-stop-bororen-qld-australia",
  "image": [
    "https://media.anycamp.com.au/c/image/upload/s--OODsdvm9--/c_fill,h_600,w_1200/g_south_east,l_logo-white,w_250,x_80,y_40/c_fill,q_auto/dl5jic9otm37ach87blo",
    "https://media.anycamp.com.au/c/image/upload/s--DEtdh8yt--/c_fill,h_400,q_auto,w_800/dl5jic9otm37ach87blo"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Bororen QLD",
    "addressRegion": "Australia",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -24.25,
    "longitude": 151.5
  },
  "sameAs": [
    "https://www.anycamp.com.au/campsite/bororen-rest-stop"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Toilets"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ]
}