{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/bbb-columbia-mo",
  "name": "BBB",
  "description": "RV Park, Fishing, Paddle Bot Activities, Unlimited Making Access.",
  "url": "https://campertunity.com/listings/campgrounds/bbb-columbia-mo",
  "image": [
    "https://m.bbb.org/prod/ProfileImages/2024/32ebfbf5-12ca-4324-bfaf-55b852a49871.jpg",
    "https://m.bbb.org/prod/ProfileImages/2023/23d2f128-e1db-40f4-baeb-b8d5fa79e182.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "3251 Pinetree Dr",
    "addressLocality": "Columbia",
    "addressRegion": "MO",
    "postalCode": "65201-1706",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 38.944683,
    "longitude": -92.144447
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Fishing"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Boating"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    }
  ]
}