{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/lake-front-rv-park-vernon-bc",
  "name": "Lake Front RV Park",
  "description": "7-acre park nestled along the picturesque shores of Swan Lake in Vernon, BC. An idyllic setting for RV enthusiasts providing a perfect blend of natural beauty",
  "url": "https://campertunity.com/listings/campgrounds/lake-front-rv-park-vernon-bc",
  "image": [
    "https://ccrva.ca/wp-content/uploads/2016/04/Item-6a-ccrvc-decal.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "6310 Stickle Road",
    "addressLocality": "Vernon",
    "addressRegion": "BC",
    "postalCode": "V1B 3V1",
    "addressCountry": "CA"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 50.2978027,
    "longitude": -119.2562006
  },
  "sameAs": [
    "https://ccrva.ca/campground/lake-front-rv-park/"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lakefront"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    }
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "CAD",
    "price": "0",
    "priceValidUntil": "2026-10-01"
  },
  "priceRange": "$0+"
}