{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/water-grimsby-gb",
  "name": "water",
  "description": "Welcome to the Sanctuary In the village of Scartho, Grimsby. Camp between the apple, plum and pear trees. Enjoy the local wildlife life of foxes, squirrels and hedgehogs who visit the garden.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/water-grimsby-gb",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "GRIMSBY",
    "addressCountry": "GB"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 53.5335,
    "longitude": -0.097
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Garden"
    }
  ]
}