{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/site-6-flagstaff-az",
  "name": "Site #6",
  "description": "Site #6 .This site has beautiful full views of the Little Colorado Basin and San Fransisco Peeks. Has a fire pit. Guests will need to be self-contained, take waste with you and leave no trace. No shade at this site.",
  "url": "https://campertunity.com/listings/campgrounds/site-6-flagstaff-az",
  "image": [
    "https://hipcamp-res.cloudinary.com/image/upload/images/v1710532788/dev-campground-photos/kgv492uqhhs3kq2jwusk/naked-skull-campgrounds-21-only-site-2.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Flagstaff",
    "addressRegion": "Arizona",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 35.7496509561775,
    "longitude": -111.347479934257
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Fire_pit"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Fires"
    }
  ]
}