{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/red-barn-campground-callicoon-ny",
  "name": "Red Barn Campground",
  "description": "Red Barn Campground is located at 8 Creamery Road, Callicoon NY 12723. Red Barn Campground can be contacted at ***-***-**** or",
  "url": "https://campertunity.com/listings/campgrounds/red-barn-campground-callicoon-ny",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "8 Creamery Road",
    "addressLocality": "Callicoon",
    "addressRegion": "NY",
    "postalCode": "12723",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 41.764181,
    "longitude": -75.057118
  },
  "sameAs": [
    "https://www.camping.org/campgrounds/new-york/callicoon/red-barn-campground"
  ]
}