{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/coombs-country-campground-burlington",
  "name": "Coombs Country Campground",
  "description": "Fully serviced pads for short and longer term stays, 6 mi. west of Parksville. Parklike setting, hot showers, 2 1/2 acre man-made lake, heated pool",
  "url": "https://campertunity.com/listings/campgrounds/coombs-country-campground-burlington",
  "image": [
    "https://ccrva.ca/wp-content/uploads/2020/03/Item-6a-ccrvc-decal-1.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "2619 Island Hwy",
    "addressLocality": "Coombs",
    "addressRegion": "BC",
    "postalCode": "V0R 1M0",
    "addressCountry": "CA"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 49.3020635,
    "longitude": -124.4445227
  },
  "sameAs": [
    "https://ccrva.ca/campground/coombs-country-campground/"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Hot Showers"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Showers"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Swimming Pool"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    }
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "CAD",
    "price": "0",
    "priceValidUntil": "2026-09-24"
  },
  "priceRange": "$0+"
}