{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/mystery-campground-winthrop-wa",
  "name": "Mystery Campground",
  "description": "Mystery Campground is open from April - October. Maximum stay is 14 days. Maximum length of campsites is 30 feet. No water or trash receptacles are available.",
  "url": "https://campertunity.com/listings/campgrounds/mystery-campground-winthrop-wa",
  "image": [
    "https://photos.thedyrt.com/photo/15667/photo/mystery-campground_03d70d58fc1e715aee2d0acf4320b1d1.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Winthrop",
    "addressRegion": "WA",
    "postalCode": "98862",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 48.40196063,
    "longitude": -120.47170028
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Pet Friendly"
    }
  ]
}