{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/moss-vale-showgrounds-new-south-wales",
  "name": "Moss Vale Showgrounds",
  "description": "Moss Vale Showgrounds is a small camping area with 12 campsites. Facilities include picnic tables, toilets and showers.",
  "url": "https://campertunity.com/listings/campgrounds/moss-vale-showgrounds-new-south-wales",
  "image": [
    "https://photos.geozone.co.nz/photos/a8257cdb91528116757ef7371e61f706-WxH.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Moss Vale - Berrima",
    "addressRegion": "New South Wales",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -34.5478,
    "longitude": 150.381
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Showers"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Toilets"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Picnic_table"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Picnic Table"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4,
    "reviewCount": 10,
    "bestRating": 5,
    "worstRating": 1
  }
}