{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/glorias-campground-mary-farms-queensland",
  "name": "Gloria's Campground",
  "description": "Absolutely beautiful place, very well maintained and really nice lady who runs it. Good price! Dogs... Near Mount Lewis National Park, Mount Spurgeon National Park, Tropical North Queensland and...",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/glorias-campground-mary-farms-queensland",
  "image": [
    "https://www.anycamp.com.au/assets/images/shareimage.jpg",
    "https://www.anycamp.com.au/assets/images/listing-item-02.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "6068 Mulligan Hwy",
    "addressLocality": "Mary Farms",
    "addressRegion": "Queensland",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -16.574051,
    "longitude": 145.183588
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 5,
    "reviewCount": 1,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Laura D."
      },
      "reviewBody": "Absolutely beautiful place, very well maintained and really nice lady who runs it. Good price! Dogs are free to run around with each other and the creek is right next to the camp ground area. Truly beautiful place."
    }
  ]
}