{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/birchview-campground-coatesville-pa",
  "name": "Birchview Campground",
  "description": "Contact info, reviews tips & more for Birchview Campground | Camping in Pennsylvania",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/birchview-campground-coatesville-pa",
  "image": [
    "https://assets.thedyrt.com/next/public/assets/images/no_image.svg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "100 Birchview Drive",
    "addressLocality": "Coatesville",
    "addressRegion": "PA",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 40.03710643188455,
    "longitude": -75.87862034200288
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Pet Friendly"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 5,
    "reviewCount": 1,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "john H."
      },
      "datePublished": "2022-08-06T13:42:41.790Z",
      "reviewBody": "Wide open camping. People are all friendly. Live music and party’s ",
      "reviewRating": {
        "@type": "Rating",
        "ratingValue": 5,
        "bestRating": 5,
        "worstRating": 1
      }
    }
  ]
}