{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/cedar-beach-park-burlington-on-ca",
  "name": "Cedar Beach Park",
  "description": "",
  "url": "https://campertunity.com/listings/campgrounds/cedar-beach-park-burlington-on-ca",
  "image": [
    "https://ccrva.ca/wp-content/uploads/2021/05/CCRVA-Re-Create-Logo.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "15014 9th Line (Musselman's Lake)",
    "addressLocality": "Stouffville",
    "addressRegion": "ON",
    "postalCode": "L4A 7X3",
    "addressCountry": "CA"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.0347,
    "longitude": -79.2705
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Beach"
    }
  ]
}