{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-tillamook-or-2",
  "name": "Spot2Nite",
  "description": "Check out Wilson River RV Park in Tillamook, Oregon on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-tillamook-or-2",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Tillamook",
    "addressRegion": "OR",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 45.467465,
    "longitude": -123.7483214
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "River"
    }
  ]
}