{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/our-patch-of-paradise-australia",
  "name": "Our Patch of Paradise",
  "description": "Situated 20mins to the north of Townsville. We are in a quiet neighborhood with soft grass for you t",
  "url": "https://campertunity.com/listings/campgrounds/our-patch-of-paradise-australia",
  "image": [
    "https://campspace.com/media/medium/uploads/space/33/90/_1/3390_1_5e53d0a072cdc.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "Australia"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -19.2,
    "longitude": 146.67
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Private"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Toilets"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Wifi"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Beach"
    }
  ]
}