{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/oasis-rv-park-mesquite-nv",
  "name": "Oasis RV Park",
  "description": "Oasis RV Park is located at 897 West Mesquite Boulevard, Mesquite NV 89027. Oasis RV Park can be contacted at ***-***-**** or",
  "url": "https://campertunity.com/listings/campgrounds/oasis-rv-park-mesquite-nv",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "897 West Mesquite Boulevard",
    "addressLocality": "Mesquite",
    "addressRegion": "NV",
    "postalCode": "89027",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 36.8040769,
    "longitude": -114.094608
  },
  "sameAs": [
    "https://www.camping.org/campgrounds/nevada/mesquite/oasis-rv-park"
  ]
}