{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/braemar-valley-park-woodstock-on",
  "name": "Braemar Valley Park",
  "description": "50-plus lifestyle; the ultimate in seniors' living. Located in a picturesque, quiet valley setting. No tent sites.",
  "url": "https://campertunity.com/listings/campgrounds/braemar-valley-park-woodstock-on",
  "image": [
    "https://ccrva.ca/wp-content/uploads/2019/04/featured-campground.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "RR 3 (495856)",
    "addressLocality": "Woodstock",
    "addressRegion": "ON",
    "postalCode": "N4S 7V7",
    "addressCountry": "CA"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 43.19579,
    "longitude": -80.8268
  },
  "sameAs": [
    "https://ccrva.ca/campground/braemar-valley-park/"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Valley"
    }
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "CAD",
    "price": "0",
    "priceValidUntil": "2026-09-23"
  },
  "priceRange": "$0+"
}