{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/one-tree-rocks-camping-ground-fraser-island-queensland",
  "name": "One Tree Rocks Camping Ground",
  "description": "Near Fraser Coast and Fraser Island. Swimming.",
  "url": "https://campertunity.com/listings/campgrounds/one-tree-rocks-camping-ground-fraser-island-queensland",
  "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": "75 Mile Beach Rd",
    "addressLocality": "Fraser Island",
    "addressRegion": "Queensland",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -25.500778,
    "longitude": 153.131565
  },
  "sameAs": [
    "https://www.anycamp.com.au/campsite/one-tree-rocks-camping-ground"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Swimming"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Island"
    }
  ]
}