{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/james-chabot-park-invermere-bc",
  "name": "James Chabot Provincial Park: Camping in Invermere, BC",
  "description": "Experience lakeside paradise at James Chabot Provincial Park near Invermere, BC. Enjoy beach fun, picnics, and stunning mountain views.",
  "url": "https://campertunity.com/listings/campgrounds/james-chabot-park-invermere-bc",
  "image": [
    "https://campinglife.ca/wp-content/uploads/2024/03/james-chabot-provincial-park.webp",
    "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAABCAQAAACC0sM2AAAADklEQVR42mP8X88wLAAAK5IBgMYCdqgAAAAASUVORK5CYII="
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "3rd Avenue",
    "addressLocality": "Invermere",
    "addressRegion": "BC",
    "postalCode": "V0A 1A0",
    "addressCountry": "CA"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 50.51160865678531,
    "longitude": -116.02367044598876
  },
  "sameAs": [
    "https://campinglife.ca/campgrounds/james-chabot-provincial-park/"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Swimming"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Picnicking"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Beach"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Mountain"
    }
  ]
}