{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/midway-campground-winterhaven-ca-us",
  "name": "Midway Campground",
  "description": "Midway Campground is located off of Grey's Well Road and offers visitors areas to camp. Vaulted toilets and dumpsters are available on site.",
  "url": "https://campertunity.com/listings/campgrounds/midway-campground-winterhaven-ca-us",
  "image": [
    "https://www.blm.gov/sites/default/files/images/2024-02/blm-gov-opengraph-thumbnail.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Winterhaven",
    "addressRegion": "CA",
    "postalCode": "92283",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 32.71583333,
    "longitude": -114.9147222
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Toilets"
    }
  ]
}