{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/salisbury-city-salisbury-mo",
  "name": "Salisbury City Park",
  "description": "Contact info, reviews tips & more for Salisbury City Park | Camping in Missouri",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/salisbury-city-salisbury-mo",
  "image": [
    "https://assets.thedyrt.com/next/public/assets/images/no_image.svg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Salisbury",
    "addressRegion": "MO",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 39.40232364,
    "longitude": -92.80119418
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Pet Friendly"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 5,
    "reviewCount": 1,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Never Sitting S."
      },
      "datePublished": "2021-03-27T02:00:05.473Z",
      "reviewBody": "City Park that is right outside of town. 17 spots that are first come first serve, roughly 4 people seem to be full time residents, but kept the park clean. Nice walking trail partially around the lake. Would def stay here again.",
      "reviewRating": {
        "@type": "Rating",
        "ratingValue": 5,
        "bestRating": 5,
        "worstRating": 1
      }
    }
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "USD",
    "price": "20",
    "priceValidUntil": "2026-06-13"
  },
  "priceRange": "$20+"
}