{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/mora-campground-forks",
  "name": "Mora Campground",
  "description": "Situated in a coastal forest, some sites offer views views of the Quillayute River. Mora is located two miles from Rialto Beach.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/mora-campground-forks",
  "image": [
    "https://www.nps.gov/common/uploads/structured_data/044D7936-F5C0-4E6D-87B9447CE54C45AE.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Forks",
    "postalCode": "98331",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 47.950222,
    "longitude": -124.386165
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Beach"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "River"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Coastal"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Forest"
    }
  ]
}