{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-rockaway-beach-or",
  "name": "Spot2Nite",
  "description": "Check out Shorewood RV Park in Rockaway Beach, Oregon on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-rockaway-beach-or",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Rockaway Beach",
    "addressRegion": "OR",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 45.5854077,
    "longitude": -123.9496658
  },
  "sameAs": [
    "https://gocampingamerica.com/campgrounds-rv-parks/oregon/rockaway-beach/shorewood-rv-park"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Beach"
    }
  ]
}