{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/bowral-country-backyard-quiet-street",
  "name": "Bowral country backyard, in quiet street",
  "description": "Come stay in my backyard, or park a campervan in the front. Private and quiet. Power, wifi and toile",
  "url": "https://campertunity.com/listings/campgrounds/bowral-country-backyard-quiet-street",
  "image": [
    "https://campspace.com/media/medium/uploads/space/33/82/_1/3382_1_5e53d09543f24.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "Australia"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -34.5,
    "longitude": 150.45
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Wifi"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Private"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ]
}