{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/swimming-pool-garden-prairie-il",
  "name": "Swimming Pool",
  "description": "Holiday Acres Camping Resort is a family-friendly campground near Chicago, Illinois, offering a range of activities including a swimming pool, volleyball, basketball, hay rides, and GA-GA ball. Amenities include a convenience store and the on-site Miles Bar n Grill.",
  "url": "https://campertunity.com/listings/campgrounds/swimming-pool-garden-prairie-il",
  "image": [
    "/assets/img/logo.svg",
    "https://holidayacrescamping.com/images/campground.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "7050 Epworth Rd",
    "addressLocality": "Garden Prairie",
    "addressRegion": "IL",
    "postalCode": "61038",
    "addressCountry": "US"
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Store"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Swimming"
    }
  ]
}