{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/48-mile-pond-camp-eielson-afb-ak",
  "name": "48 Mile Pond Camp",
  "description": "48 Mile Pond Camp is located near a pond in Alaska, surrounded by flat terrain with sparse vegetation.",
  "url": "https://campertunity.com/listings/campgrounds/48-mile-pond-camp-eielson-afb-ak",
  "image": [
    "https://assets.thedyrt.com/next/public/assets/images/no_image.svg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Eielson AFB",
    "addressRegion": "AK",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 64.99648,
    "longitude": -146.2214075
  },
  "sameAs": [
    "https://thedyrt.com/camping/alaska/48-mile-pond-camp"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Hiking"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "River"
    }
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "USD",
    "price": "0",
    "priceValidUntil": "2026-10-02"
  },
  "priceRange": "$0+"
}