{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/north-bay-shore-campground-virginia-beach-va-3",
  "name": "North Bay Shore Campground",
  "description": "Cabins with restrooms/showers, playground, pool, store, guest laundry, bicycles, game room.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/north-bay-shore-campground-virginia-beach-va-3",
  "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
  },
  "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"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 3,
    "reviewCount": 757,
    "bestRating": 5,
    "worstRating": 1
  }
}