{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/cobram-resort-cobram-victoria",
  "name": "Cobram Resort",
  "description": "Facilities and grounds are A+. Especially great if you’ve got kids. Perfect for tents and vans. Grea... Near Central Murray and Cobram. Toilets, Drinking Water, BBQ Areas, Powered sites and...",
  "url": "https://campertunity.com/listings/campgrounds/cobram-resort-cobram-victoria",
  "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": "154 Campbell Rd",
    "addressLocality": "Cobram",
    "addressRegion": "Victoria",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -35.930734,
    "longitude": 145.660157
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Toilets"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Drinking_water"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Potable Water"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 3,
    "reviewCount": 2,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Justin V."
      },
      "reviewBody": "Facilities and grounds are A+. Especially great if you’ve got kids. Perfect for tents and vans. Great spot and a short drive to the river and town. You can walk if you’re not too shy"
    }
  ]
}