{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/pocket-columbia-mo",
  "name": "The Pocket",
  "description": "We have a level grassy site next to our barn with potable water spigot and electrical hook ups. Situated on our ridge you will enjoy the beautiful sunrises and sunsets. Come play, relax and enjoy The Pocket!",
  "url": "https://campertunity.com/listings/campgrounds/pocket-columbia-mo",
  "image": [
    "https://hipcamp-res.cloudinary.com/image/upload/images/v1709476085/land-photos/c8gtc04lxgragx5dco9s/the-pocket-1-level-site-for-your-rv-central-missouri.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Columbia",
    "addressRegion": "MO",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 39.04723,
    "longitude": -92.38049
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Drinking_water"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Potable Water"
    }
  ]
}