{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/water-spicewood",
  "name": "water",
  "description": "Large lot on the edge of a lake, come and put your vehicle down to enjoy!",
  "url": "https://campertunity.com/listings/campgrounds/water-spicewood",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Spicewood",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 30.439,
    "longitude": -98.09
  },
  "sameAs": [
    "https://www.campercontact.com/en/-/-/spicewood/170092/campspace-in-spicewood-tx"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    }
  ]
}