{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/sunny-field-canterbury-england-gb",
  "name": "The Sunny Field",
  "description": "The Sunny Field offers a playground, showers, toilet facilities, WiFi, and a small shop.",
  "url": "https://campertunity.com/listings/campgrounds/sunny-field-canterbury-england-gb",
  "image": [
    "https://images.campercontact.com/media/photos/112308515707551748.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Canterbury",
    "addressRegion": "england",
    "addressCountry": "GB"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 51.159,
    "longitude": 1.03678
  },
  "sameAs": [
    "https://www.campercontact.com/en/united-kingdom/england/111524/the-sunny-field"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Wifi"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Playground"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Showers"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}