{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/mission-beach-ironton-mn",
  "name": "Mission Beach Resort",
  "description": "Mission Beach Resort is located near the shores of a lake in Minnesota, offering a landscape of forests and water.",
  "url": "https://campertunity.com/listings/campgrounds/mission-beach-ironton-mn",
  "image": [
    "https://assets.thedyrt.com/next/public/assets/images/no_image.svg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Ironton",
    "addressRegion": "MN",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 46.54150037,
    "longitude": -94.07330075
  },
  "sameAs": [
    "https://thedyrt.com/camping/minnesota/mission-beach-resort-and-campground"
  ],
  "checkinTime": "15:00:00",
  "checkoutTime": "09:00:00",
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Pet Friendly"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lakefront"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Beach"
    }
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "USD",
    "price": "0",
    "priceValidUntil": "2026-09-24"
  },
  "priceRange": "$0+"
}