{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/burrum-on-the-beach-australia",
  "name": "Burrum on the beach",
  "description": "Wake up to the sound of the ocean, look out and see Kangaroos. We live 200 metres from the beach....",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/burrum-on-the-beach-australia",
  "image": [
    "https://campspace.com/media/medium/uploads/space/33/95/_1/3395_1_5e53d0a58efe8.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "Australia"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -25.21,
    "longitude": 152.63
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Private"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Fishing"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Ocean"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Beach"
    }
  ]
}