{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/beach-australia",
  "name": "At the beach",
  "description": "Family home close to beach. Have large backyard to park campervan/mobile home in private secure sett",
  "url": "https://campertunity.com/listings/campgrounds/beach-australia",
  "image": [
    "https://campspace.com/media/medium/uploads/space/33/99/_1/3399_1_5e53d0ab456ff.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "Australia"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -19.97,
    "longitude": 148.23
  },
  "sameAs": [
    "https://campspace.com/en/s/at-the-beach_3399?pitchTypeId=1476&"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Private"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Beach"
    }
  ]
}