{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/village-inn-arrochar-scotland",
  "name": "The Village Inn",
  "description": "Small car park next to the village inn - view of the lake.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/village-inn-arrochar-scotland",
  "image": [
    "https://images.campercontact.com/media/photos/4222124651204909.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Shore Road",
    "addressLocality": "arrochar",
    "addressRegion": "scotland",
    "postalCode": "G83 7AX",
    "addressCountry": "united-kingdom"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 56.19305,
    "longitude": -4.752
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    }
  ]
}