{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-brimfield-ma",
  "name": "Spot2Nite",
  "description": "Check out Quinebaug Cove Campground in Brimfield, Massachusetts on Spot2Nite",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-brimfield-ma",
  "image": [
    "https://spot2nite-staging.s3-us-west-2.amazonaws.com/uploads/photo/attachments/3213caa8-9f3a-11ee-be45-42010a0014ec/card.jpg?v=63889843733"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "49 East Brimfield Holland Road",
    "addressLocality": "Brimfield",
    "addressRegion": "MA",
    "postalCode": "01010",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 42.1039778,
    "longitude": -72.1468428
  },
  "checkinTime": "14:00:00",
  "checkoutTime": "11:00:00",
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 1,
    "reviewCount": 1,
    "bestRating": 5,
    "worstRating": 1
  }
}