{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/lazy-buzzards-burgh-le-marsh-england",
  "name": "Lazy Buzzards",
  "description": "Lazy Buzzards is a camping location in a city.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/lazy-buzzards-burgh-le-marsh-england",
  "image": [
    "https://images.campercontact.com/media/photos/112308515707551748.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Common Lane",
    "addressLocality": "Burgh le Marsh",
    "addressRegion": "england",
    "postalCode": "PE24 5HL",
    "addressCountry": "GB"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 53.16972,
    "longitude": 0.25842
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}