{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/magic-pond-beachmere-qld-australia",
  "name": "The Magic Pond",
  "description": "Beautiful, peaceful spot! Near Beachmere. Pets Allowed, Swimming and Allows fires.",
  "url": "https://campertunity.com/listings/campgrounds/magic-pond-beachmere-qld-australia",
  "image": [
    "https://media.anycamp.com.au/c/image/upload/s--ARcGyhu0--/c_fill,h_600,w_1200/g_south_east,l_logo-white,w_250,x_80,y_40/c_fill,q_auto/fu1tjqjd93hph0h0rjms",
    "https://media.anycamp.com.au/c/image/upload/s--Btzw0MG1--/c_fill,h_400,q_auto,w_800/fu1tjqjd93hph0h0rjms"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Beachmere QLD",
    "addressRegion": "Australia",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -27.12,
    "longitude": 153.05
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Swimming"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 5,
    "reviewCount": 1,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Holly P."
      },
      "reviewBody": "Beautiful, peaceful spot!"
    }
  ]
}