{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/three-golden-cups-campsite-southerndown-wales",
  "name": "Three Golden Cups Campsite",
  "description": "At pub, restaurant.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/three-golden-cups-campsite-southerndown-wales",
  "image": [
    "https://images.campercontact.com/media/photos/112308515707551748.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Main Road",
    "addressLocality": "southerndown",
    "addressRegion": "wales",
    "postalCode": "CF32 0RW",
    "addressCountry": "united-kingdom"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 51.45233,
    "longitude": -3.60888
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Restaurant"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}