{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/on-wimmera-river-jeparit-victoria-au",
  "name": "On Wimmera River",
  "description": "Near Wimmera and Jeparit. Pets Allowed and Free.",
  "url": "https://campertunity.com/listings/campgrounds/on-wimmera-river-jeparit-victoria-au",
  "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": "3353 Dimboola-Rainbow Rd",
    "addressLocality": "Jeparit",
    "addressRegion": "Victoria",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -36.152117,
    "longitude": 141.999306
  },
  "sameAs": [
    "https://www.anycamp.com.au/campsite/on-wimmera-river"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "River"
    }
  ]
}