{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/town-caravan-park-kununurra-western-australia",
  "name": "Town Caravan Park",
  "description": "Nice park, next to the pub and shopping centre. Securely fenced. No unpowered sites. $45 for a power... Near Hidden Valley National Park, Australia's North West and Kununurra. Pets Allowed,...",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/town-caravan-park-kununurra-western-australia",
  "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": "40 Bloodwood Dr",
    "addressLocality": "Kununurra",
    "addressRegion": "Western Australia",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -15.777044,
    "longitude": 128.737317
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Valley"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 5,
    "reviewCount": 2,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Neil P."
      },
      "reviewBody": "Good shady small park. Well fenced with secure auto gates that are closed at 5. Amenities a bit dated but very clean and functional. Powered sites and cabins no unpowered. Friendly staff."
    },
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Andrew S."
      },
      "reviewBody": "Nice park, next to the pub and shopping centre. Securely fenced. No unpowered sites. $45 for a powered site"
    }
  ]
}