{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/tocumwal-tourist-park-tocumwal-new-south-wales",
  "name": "Tocumwal Tourist Park",
  "description": "Fantastic caravan park. Friendly staff and locals! Love that we could bring our dogs! Near The Murray and Tocumwal. Pets Allowed, Toilets, Drinking Water, BBQ Areas, Powered sites, Swimming and...",
  "url": "https://campertunity.com/listings/campgrounds/tocumwal-tourist-park-tocumwal-new-south-wales",
  "image": [
    "https://www.anycamp.com.au/assets/images/shareimage.jpg",
    "https://www.anycamp.com.au/assets/images/listing-item-04.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "3 Bruton St",
    "addressLocality": "Tocumwal",
    "addressRegion": "New South Wales",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -35.80956,
    "longitude": 145.566366
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Drinking_water"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Toilets"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Potable Water"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Swimming"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 5,
    "reviewCount": 2,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "happy as can be"
      },
      "reviewBody": "Great site. Close to the town and the river. Beautiful clean amenities and camp kitchen"
    },
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Sarah F."
      },
      "reviewBody": "Fantastic caravan park. Friendly staff and locals! Love that we could bring our dogs!"
    }
  ]
}