{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/clearwater-country-inn-campground-clearwater-bc",
  "name": "Clearwater Country Inn & Campground",
  "description": "Cozy rooms, riverside RV & tent sites, heated pool & waterslide, plus white-water rafting & hiking in Clearwater, BC.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/clearwater-country-inn-campground-clearwater-bc",
  "image": [
    "https://clearwatercountryinn.com/images/hero_4.png",
    "https://clearwatercountryinn.com/images/img_1.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "485 Eden Rd",
    "addressLocality": "Clearwater",
    "addressRegion": "BC",
    "postalCode": "V0E 1N1",
    "addressCountry": "CA"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 51.6833,
    "longitude": -120.0386
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Swimming_pool"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Hiking"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Fishing"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "River"
    }
  ]
}