{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/birch-island-campground-clearwater-bc",
  "name": "Birch Island Campground",
  "description": "10 km north of Clearwater on Hwy 5, beautiful quiet country setting with river access, mountain views, hiking, fishing, games yard and playground. Each site is a private, treed pull-thru. No \"I'm camping in a field\" feeling here. Firewood, showers and WiFi. Full-service country-style store and gas nearby.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/birch-island-campground-clearwater-bc",
  "image": [
    "https://ccrva.ca/wp-content/uploads/2019/04/featured-campground.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "6316 Walker Road",
    "addressLocality": "Clearwater",
    "addressRegion": "BC",
    "postalCode": "V0E 1N0",
    "addressCountry": "CA"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 51.6042186,
    "longitude": -119.9034975
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Playground"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Fishing"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Hiking"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "River"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Mountain"
    }
  ]
}