{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/campspace-monroe-wa-monroe",
  "name": "Campspace In Monroe Wa",
  "description": "Riverside retreat. This property is located on the edge of the Skykomish river in Monroe, Washington. Nearly a quarter acre of flat land. Great fishing, tubing, or just lounge and watch the eagles, deer and other wildlife around the water.",
  "url": "https://campertunity.com/listings/campgrounds/campspace-monroe-wa-monroe",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Monroe",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 47.8455,
    "longitude": -121.8585
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Fishing"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tubing"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Riverside"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "River"
    }
  ]
}