{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/obert-city-park-newcastle-ne",
  "name": "Obert City Park",
  "description": "Obert City Park is located near Obert, Nebraska, featuring flat terrain with open spaces and scattered trees.",
  "url": "https://campertunity.com/listings/campgrounds/obert-city-park-newcastle-ne",
  "image": [
    "https://assets.thedyrt.com/next/public/assets/images/no_image.svg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Newcastle",
    "addressRegion": "NE",
    "postalCode": "68757",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 42.68800079,
    "longitude": -97.02800018
  },
  "sameAs": [
    "https://thedyrt.com/camping/nebraska/nebraska-obert-park"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Primitive"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Hiking"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "River"
    }
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "USD",
    "price": "0",
    "priceValidUntil": "2026-09-22"
  },
  "priceRange": "$0+"
}