{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/bloomfield-campground-arnold-ca",
  "name": "Bloomfield Campground",
  "description": "Bloomfield Campground has 20 campsites in a forested area next to the North Fork Mokelumne River in the Stanislaus National Forest.",
  "url": "https://campertunity.com/listings/campgrounds/bloomfield-campground-arnold-ca",
  "image": [
    "//d2g85s3tfaxbly.cloudfront.net/campsite-photos-favicon.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Highland Lakes Road",
    "addressLocality": "Arnold",
    "addressRegion": "CA",
    "postalCode": "95223",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 38.538107,
    "longitude": -119.824882
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Forest"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "River"
    }
  ]
}