{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/torres-vedras-lisbon",
  "name": "Torres Vedras",
  "description": "Mixed parking with water loading and unloading service",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/torres-vedras-lisbon",
  "image": [
    "https://images.campercontact.com/media/photos/4222124650846820.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "EM553",
    "addressLocality": "Torres Vedras",
    "addressRegion": "lisbon",
    "postalCode": "2560",
    "addressCountry": "PT"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 39.08359,
    "longitude": -9.26185
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 2.33,
    "reviewCount": 6,
    "bestRating": 5,
    "worstRating": 1
  }
}