{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/parking-eirias-park-colwyn-bay-wales",
  "name": "Parking Eirias park",
  "description": "The place is popular with campers - so arrive on time - center 600mtr.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/parking-eirias-park-colwyn-bay-wales",
  "image": [
    "https://images.campercontact.com/media/photos/4222124651215019.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Colwyn Bay",
    "addressRegion": "wales",
    "postalCode": "LL29 8HF",
    "addressCountry": "GB"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 53.29304,
    "longitude": -3.71633
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4,
    "reviewCount": 2,
    "bestRating": 5,
    "worstRating": 1
  }
}