{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/drakes-view-plymouth-england",
  "name": "Drakes View",
  "description": "Simple camper place - center 4km.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/drakes-view-plymouth-england",
  "image": [
    "https://images.campercontact.com/media/photos/4222124651254038.jpeg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Staddon Lane",
    "addressLocality": "plymouth",
    "addressRegion": "england",
    "postalCode": "PL9 9SP",
    "addressCountry": "united-kingdom"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 50.34702,
    "longitude": -4.11574
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 3,
    "reviewCount": 1,
    "bestRating": 5,
    "worstRating": 1
  },
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "CAD",
    "price": "10",
    "priceValidUntil": "2026-06-13"
  },
  "priceRange": "10+"
}