{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/clog-barn-holiday-au",
  "name": "Clog Barn Holiday Park",
  "description": "Very comfortable stay in a dog friendly cabin. Reasonably priced and well looked after. Near Ulidarra National Park, Murrays Beach, Sawtell Main Beach, Bongil Bongil National Park, Bindarri...",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/clog-barn-holiday-au",
  "image": [
    "https://www.anycamp.com.au/assets/images/shareimage.jpg",
    "https://www.anycamp.com.au/assets/images/listing-item-01.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "123 Pacific Highway, Coffs Harbour, New South Wales",
    "addressLocality": "2450",
    "addressRegion": "AU",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -30.285866,
    "longitude": 153.125475
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Cabin"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Beach"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 5,
    "reviewCount": 2,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Ray P."
      },
      "reviewBody": "Small park very clean $220 per week great location will be back."
    },
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Maggie M."
      },
      "reviewBody": "Very comfortable stay in a dog friendly cabin. Reasonably priced and well looked after."
    }
  ]
}