{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/tx-tx",
  "name": "Martin Dies Jr. State Park | TX | Camping Information & Reviews",
  "description": "Nestled in the heart of East Texas, Martin Dies Jr. State Park beckons outdoor enthusiasts with its perfect blend of adv. Activities: Hiking, Fishing, Swimming.",
  "url": "https://campertunity.com/listings/campgrounds/tx-tx",
  "image": [
    "https://qewhrfvhtvxtmipwycct.supabase.co/storage/v1/object/public/campground_photos/martin-dies-jr-sunset-lake-reflection.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Sign in",
    "addressRegion": "TX",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 30.842881,
    "longitude": -94.171964
  },
  "sameAs": [
    "https://www.outdoorithm.com/campgrounds/tx/jasper/martin-dies-jr-state-park"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Hiking"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Fishing"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Swimming"
    }
  ]
}