{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/pomarosa-recreational-vehicle-park-bandera-tx",
  "name": "Pomarosa Recreational Vehicle Park",
  "description": "Check out Pomarosa Recreational Vehicle Park in Bandera, Texas on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/pomarosa-recreational-vehicle-park-bandera-tx",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Bandera",
    "addressRegion": "TX",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 29.7434369,
    "longitude": -99.0237845
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}