{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/copmanhurst-sport-recreation-park-copmanhurst-new-south-wale",
  "name": "Copmanhurst Sport & Recreation Park",
  "description": "Great camping spot. Dinner at the pub was excellent Near Ramornie National Park, Fortis Creek National Park, North Coast NSW and Copmanhurst. Pets Allowed and Toilets.",
  "url": "https://campertunity.com/listings/campgrounds/copmanhurst-sport-recreation-park-copmanhurst-new-south-wale",
  "image": [
    "https://www.anycamp.com.au/assets/images/shareimage.jpg",
    "https://www.anycamp.com.au/assets/images/listing-item-02.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "2069 Clarence Way",
    "addressLocality": "Copmanhurst",
    "addressRegion": "New South Wales",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -29.589857,
    "longitude": 152.774291
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Toilets"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Stream"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Creek"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 5,
    "reviewCount": 1,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Christine J."
      },
      "reviewBody": "Great camping spot.    Dinner at the pub was excellent"
    }
  ]
}