{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/red-lion-oxford-engeland",
  "name": "The Red Lion",
  "description": "ample parking at the bar - £20 pay as deposit - when you get the food they receive £20 return - and the night free - no meals on Monday -",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/red-lion-oxford-engeland",
  "image": [
    "https://images.campercontact.com/media/photos/4222124650810749.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Old Marston",
    "addressLocality": "Oxford",
    "addressRegion": "engeland",
    "postalCode": "OX3 0PH",
    "addressCountry": "Reino Unido"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 51.77224,
    "longitude": -1.23617
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4.05,
    "reviewCount": 64,
    "bestRating": 5,
    "worstRating": 1
  }
}