{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-hoodsport-wa-1",
  "name": "Spot2Nite",
  "description": "Check out Sunrise Resorts Campground in Hoodsport, Washington on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-hoodsport-wa-1",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Hoodsport",
    "addressRegion": "WA",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 47.412137,
    "longitude": -123.188273
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    }
  ]
}