{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/farm-fell-sedbergh-england",
  "name": "Farm & Fell",
  "description": "Farm & Fell is a camping location.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/farm-fell-sedbergh-england",
  "image": [
    "https://images.campercontact.com/media/photos/112308515707551748.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Birks Lane",
    "addressLocality": "Sedbergh",
    "addressRegion": "england",
    "postalCode": "LA10 5HQ",
    "addressCountry": "GB"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 54.31645,
    "longitude": -2.53942
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Farm"
    }
  ]
}