{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/san-diego-canyon-lookout-jemez-springs-nm",
  "name": "San Diego Canyon Lookout",
  "description": "San Diego Canyon Lookout in New Mexico features rugged terrain with mesas and canyons.",
  "url": "https://campertunity.com/listings/campgrounds/san-diego-canyon-lookout-jemez-springs-nm",
  "image": [
    "https://assets.thedyrt.com/next/public/assets/images/no_image.svg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Jemez Springs",
    "addressRegion": "NM",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 35.85432489,
    "longitude": -106.6241943
  },
  "sameAs": [
    "https://thedyrt.com/camping/new-mexico/san-diego-canyon-lookout"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Canyon"
    }
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "USD",
    "price": "0",
    "priceValidUntil": "2026-10-17"
  },
  "priceRange": "$0+"
}