{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/frog-flat-castle-rock-state-park-santa-cruz-ca",
  "name": "Frog Flat Castle Rock State Park",
  "description": "Frog Flat",
  "url": "https://campertunity.com/listings/campgrounds/frog-flat-castle-rock-state-park-santa-cruz-ca",
  "image": [
    "https://assets.thedyrt.com/next/public/assets/images/no_image.svg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "15000 Skyline Blvd",
    "addressLocality": "Santa Cruz",
    "addressRegion": "CA",
    "postalCode": "95060",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 37.2373339,
    "longitude": -122.1229305
  },
  "sameAs": [
    "https://thedyrt.com/camping/california/frog-flat-castle-rock-state-park"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Hiking"
    }
  ]
}