{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-ocean-view-nj",
  "name": "Spot2Nite",
  "description": "Check out Seaville Shores Trailer Resort in Ocean View, New Jersey on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-ocean-view-nj",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Ocean View",
    "addressRegion": "NJ",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 39.2027193,
    "longitude": -74.7249852
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Ocean"
    }
  ]
}