{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/happyland-cabin-prince-william-forest-park-triangle-va",
  "name": "Happyland Cabin — Prince William Forest Park",
  "description": "Cabin Camp 5 was the last camp to be completed by the CCC and WPA. The camp offers the largest capacity (210 in summer, 104 in winter) due to the large dorm bui",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/happyland-cabin-prince-william-forest-park-triangle-va",
  "image": [
    "https://assets.thedyrt.com/next/public/assets/images/no_image.svg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "17425 Mawavi Road",
    "addressLocality": "Triangle",
    "addressRegion": "VA",
    "postalCode": "22172",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 38.575779,
    "longitude": -77.412568
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Toilets"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Cabin"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Forest"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4,
    "reviewCount": 1,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Jonny D."
      },
      "datePublished": "2018-05-03T22:19:10.758Z",
      "reviewBody": "If you're a NoVa person just like me this is a great close place to get away from it all",
      "reviewRating": {
        "@type": "Rating",
        "ratingValue": 4,
        "bestRating": 5,
        "worstRating": 1
      }
    }
  ]
}