{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/white-acres-holiday-park-newquay-england",
  "name": "White Acres Holiday Park",
  "description": "White Acres Holiday Park is a camping location.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/white-acres-holiday-park-newquay-england",
  "image": [
    "https://images.campercontact.com/media/photos/112308515707551748.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Newquay",
    "addressRegion": "england",
    "addressCountry": "GB"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 50.40428,
    "longitude": -4.97464
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}