{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/olympic-campground-brannan-island-rio-vista-ca",
  "name": "Olympic Campground — Brannan Island State Recreation Area",
  "description": "Olympic Campground",
  "url": "https://campertunity.com/listings/campgrounds/olympic-campground-brannan-island-rio-vista-ca",
  "image": [
    "https://assets.thedyrt.com/next/public/assets/images/no_image.svg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "17645 State Hwy. 160",
    "addressLocality": "Rio Vista",
    "addressRegion": "CA",
    "postalCode": "94571",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 38.1162033081055,
    "longitude": -121.689880371094
  },
  "numberOfRooms": 10,
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Pet Friendly"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Island"
    }
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "USD",
    "price": "49",
    "priceValidUntil": "2026-07-25"
  },
  "priceRange": "$49+"
}