{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-ocean-park-wa",
  "name": "Spot2Nite",
  "description": "Check out Black Bear Beach Camp in Ocean Park, Washington on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-ocean-park-wa",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Ocean Park",
    "addressRegion": "WA",
    "postalCode": "98640",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 46.485369,
    "longitude": -124.049673
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Ocean"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Beach"
    }
  ]
}