{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/cawsey-rotary-park-denman-nsw",
  "name": "Cawsey Rotary Park",
  "description": "Near Hunter and Denman. Free, Toilets and BBQ Areas.",
  "url": "https://campertunity.com/listings/campgrounds/cawsey-rotary-park-denman-nsw",
  "image": [
    "https://media.anycamp.com.au/c/image/upload/s--goUmF6XN--/c_fill,h_600,w_1200/g_south_east,l_logo-white,w_250,x_80,y_40/c_fill,q_auto/a9b49887dc868fe025ff5bb1d9bf63b4",
    "https://media.anycamp.com.au/c/image/upload/s--B6zF6L8t--/c_fill,h_400,q_auto,w_800/a9b49887dc868fe025ff5bb1d9bf63b4"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Golden Highway",
    "addressLocality": "Denman",
    "addressRegion": "NSW",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -32.383333,
    "longitude": 150.699722
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Toilets"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 1,
    "reviewCount": 1,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Sally O."
      },
      "reviewBody": "No toilets"
    }
  ]
}