{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/colchester-country-park-gb",
  "name": "Colchester Country Park",
  "description": "Colchester Country Park is a campsite in Colchester, Essex.The campsite has which are marked out, pitches without shade and pitches with some shade....",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/colchester-country-park-gb",
  "image": [
    "https://cdn2.acsi.eu/6/7/5/0/675023ae9362c.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Cymbeline Way",
    "addressLocality": "Colchester",
    "postalCode": "CO3 4AG",
    "addressCountry": "GB"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 51.89228,
    "longitude": 0.86164
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Playground"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 8.6,
    "reviewCount": 2,
    "bestRating": 10,
    "worstRating": 1
  }
}