{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/halfmoon-east-co",
  "name": "Halfmoon East",
  "description": "Explore Halfmoon East in PSICC, Colorado with Recreation.gov. This location is available on a first-come, first-served basis only. Visitors are required to physically arrive at the campground to purchase and claim a site.",
  "url": "https://campertunity.com/listings/campgrounds/halfmoon-east-co",
  "image": [
    "https://www.recreation.gov/FacebookOG.jpg",
    "https://www.recreation.gov/TwitterCard.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Halfmoon East",
    "addressRegion": "CO",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 39.158821,
    "longitude": -106.396856
  },
  "sameAs": [
    "https://www.recreation.gov/camping/campgrounds/10165330"
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "USD",
    "price": "26",
    "priceValidUntil": "2026-08-26"
  },
  "priceRange": "$26+"
}