{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/arlington-beach-camp-cymric-sk",
  "name": "Arlington Beach Camp",
  "description": "Arlington Beach offers a full service camp ground that is open from May Long weekend until Labour Day weekend. There are 79 camp sites, ranging in services",
  "url": "https://campertunity.com/listings/campgrounds/arlington-beach-camp-cymric-sk",
  "image": [
    "https://ccrva.ca/wp-content/uploads/2021/05/CCRVA-Re-Create-Logo.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Cottonwood Trail",
    "addressLocality": "Cymric",
    "addressRegion": "SK",
    "addressCountry": "CA"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 51.2460472,
    "longitude": -105.2376422
  },
  "sameAs": [
    "https://ccrva.ca/campground/arlington-beach-camp/"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Beach"
    }
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "CAD",
    "price": "0",
    "priceValidUntil": "2026-09-23"
  },
  "priceRange": "$0+"
}