{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/thornhill-broome-campground-malibu-ca",
  "name": "Thornhill Broome Campground",
  "description": "Thornhill Broome Beach Campground is in Point Mugu State Park and has 69 primitive campsites stretching for two miles along PCH and right next to the surf.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/thornhill-broome-campground-malibu-ca",
  "image": [
    "//d2g85s3tfaxbly.cloudfront.net/photo/camp/7845/Thornhill_Beach_View_4.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "9000 W. Pacific Coast Highway",
    "addressLocality": "Malibu",
    "addressRegion": "CA",
    "postalCode": "90265"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 34.069885,
    "longitude": -119.01221
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Primitive"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Beach"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4.8,
    "reviewCount": 3,
    "bestRating": 5,
    "worstRating": 1
  }
}