{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/pebbly-beach-shacks-map-nsw-national-parks",
  "name": "Pebbly Beach shacks | Map | NSW National Parks",
  "description": "Pebbly Beach shacks holiday accommodation is just a short drive from Batemans Bay, with direct access to Pebbly Beach – perfect for swimming, fishing and surfing.",
  "url": "https://campertunity.com/listings/campgrounds/pebbly-beach-shacks-map-nsw-national-parks",
  "image": [
    "https://www.nationalparks.nsw.gov.au/assets/NPWS/images/logo.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -35.6515912205778,
    "longitude": 150.273924427583
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Surfing"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Fishing"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Swimming"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Beach"
    }
  ]
}