{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/darling-river-campground-menindee-nsw",
  "name": "Darling River campground",
  "description": "Outback camping beside the Darling River in Kinchega National Park offers excellent birdwatching, barbecue facilities and swimming.",
  "url": "https://campertunity.com/listings/campgrounds/darling-river-campground-menindee-nsw",
  "image": [
    "https://www.nationalparks.nsw.gov.au/-/media/npws/images/parks/kinchega-national-park/darling-river-campground/darling-river-campground-01.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "319 Little Menindee Creek Road",
    "addressLocality": "Menindee",
    "addressRegion": "NSW",
    "postalCode": "2879",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -32.3976094466671,
    "longitude": 142.375044446667
  },
  "sameAs": [
    "https://www.nationalparks.nsw.gov.au/camping-and-accommodation/campgrounds/darling-river-campground",
    "https://www.anycamp.com.au/campsite/darling-river-campground"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "State Park"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Bbq Grill"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "National Park"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Swimming"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Bird Watching"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "River"
    }
  ]
}