{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/brook-meadow-sibbertoft-england",
  "name": "Brook Meadow",
  "description": "Spacious family campsite - centre 2km.",
  "url": "https://campertunity.com/listings/campgrounds/brook-meadow-sibbertoft-england",
  "image": [
    "https://images.campercontact.com/media/photos/112308515707551748.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Welford Road",
    "addressLocality": "sibbertoft",
    "addressRegion": "england",
    "postalCode": "LE16 9UJ",
    "addressCountry": "united-kingdom"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 52.4387,
    "longitude": -1.02206
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Meadow"
    }
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "CAD",
    "price": "25",
    "priceValidUntil": "2026-07-24"
  },
  "priceRange": "25+"
}