{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/bobs-field-camping-street-england",
  "name": "Bobs Field Camping",
  "description": "For small campers, max. 5 meters - fire pits and fruit trees - center 2 km.",
  "url": "https://campertunity.com/listings/campgrounds/bobs-field-camping-street-england",
  "image": [
    "https://images.campercontact.com/media/photos/4222124651059939.jpeg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Hulk Moor Drove",
    "addressLocality": "street",
    "addressRegion": "england",
    "postalCode": "BA16 9PA",
    "addressCountry": "united-kingdom"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 51.1364,
    "longitude": -2.73965
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "CAD",
    "price": "25",
    "priceValidUntil": "2026-08-16"
  },
  "priceRange": "25+"
}