{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/taylors-landing-waldport-or",
  "name": "Taylors Landing",
  "description": "Contact info, reviews tips & more for Taylors Landing | Camping in Oregon",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/taylors-landing-waldport-or",
  "image": [
    "https://assets.thedyrt.com/next/public/assets/images/no_image.svg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "7164 Alsea Hwy",
    "addressLocality": "Waldport",
    "addressRegion": "OR",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.40423408,
    "longitude": -123.93979575
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Pet Friendly"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 2,
    "reviewCount": 1,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Kaelin P."
      },
      "datePublished": "2019-07-19T23:45:29.665Z",
      "reviewBody": "Your basic RV park, very little tree cover. Did not stay overnight.",
      "reviewRating": {
        "@type": "Rating",
        "ratingValue": 2,
        "bestRating": 5,
        "worstRating": 1
      }
    }
  ]
}