{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/mile-high-resort-logan-lake-bc",
  "name": "Mile High Resort",
  "description": "Our lake view and meadow view campsites are in a quiet setting, each with their own firepit and picnic table.",
  "url": "https://campertunity.com/listings/campgrounds/mile-high-resort-logan-lake-bc",
  "image": [
    "https://ccrvc.ca/wp-content/uploads/2018/03/Item-6a-ccrvc-decal.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "4700 Mile High Lane (Face Lake)",
    "addressLocality": "Logan Lake",
    "addressRegion": "BC",
    "postalCode": "V0K 1W0",
    "addressCountry": "CA"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 50.53474,
    "longitude": -120.639
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Fire_pit"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Picnic_table"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Playground"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Picnic Table"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Fires"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Meadow"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    }
  ]
}