{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/north-bay-shore-campground-virginia-beach-va-2",
  "name": "North Bay Shore Campground",
  "description": "Cabins with restrooms/showers, playground, pool, store, guest laundry, bicycles, game room.",
  "url": "https://campertunity.com/listings/campgrounds/north-bay-shore-campground-virginia-beach-va-2",
  "image": [
    "https://www.vabeach.com/wp-content/uploads/2015/03/North-Bay-Shore-Campground.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "3257 Colechester Road",
    "addressLocality": "Virginia Beach",
    "addressRegion": "VA",
    "postalCode": "23456",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 36.849658,
    "longitude": -75.976075
  },
  "sameAs": [
    "https://www.vabeach.com/virginia-beach-places-to-stay/campgrounds-rv-parks/north-bay-shore-campground/"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Playground"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Swimming Pool"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Showers"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Picnic Table"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Laundry"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Store"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Picnic Table"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Cabin"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Biking"
    }
  ]
}