{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/chalk-bluff-brownwood-tx-us",
  "name": "Chalk Bluff",
  "description": "Chalk Bluff offers camping near the Colorado River, featuring flat terrain with scattered trees.",
  "url": "https://campertunity.com/listings/campgrounds/chalk-bluff-brownwood-tx-us",
  "image": [
    "https://assets.thedyrt.com/next/public/assets/images/no_image.svg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Brownwood",
    "addressRegion": "TX",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 31.80289296,
    "longitude": -98.83300782
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Hiking"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "River"
    }
  ]
}