{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/red-fleet-state-park-vernal-ut-us",
  "name": "Red Fleet State Park",
  "description": "Red Fleet State Park camping reservations and campground information. Learn more about camping near Red Fleet State Park and reserve your campsite today.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/red-fleet-state-park-vernal-ut-us",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "8750 NORTH HIGHWAY 191",
    "addressLocality": "VERNAL",
    "addressRegion": "UT",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 40.61306,
    "longitude": -109.40417
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established_campground"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Reservable"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 5,
    "reviewCount": 256,
    "bestRating": 5,
    "worstRating": 1
  }
}