{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/oil-rig-square-canunda-south-australia",
  "name": "Oil Rig Square",
  "description": "Near Canunda National Park, Limestone Coast and Canunda. Toilets.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/oil-rig-square-canunda-south-australia",
  "image": [
    "https://media.anycamp.com.au/c/image/upload/s--K_r3hO8v--/c_fill,h_600,w_1200/g_south_east,l_logo-white,w_250,x_80,y_40/c_fill,q_auto/jifbrvtmqllo1xgs3rfo",
    "https://media.anycamp.com.au/c/image/upload/s--RAROAQ7V--/c_fill,h_400,q_auto,w_800/jifbrvtmqllo1xgs3rfo"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Oil Rig Square Rd",
    "addressLocality": "Canunda",
    "addressRegion": "South Australia",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -37.654503,
    "longitude": 140.230044
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Toilets"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4,
    "reviewCount": 2,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Laurie M."
      },
      "reviewBody": "Tidy sites drop toilet no water or phone reception."
    },
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Elsie L."
      },
      "reviewBody": "Good spot to drop cray pots."
    }
  ]
}