{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/afton-rv-park-afton-ok",
  "name": "Afton RV Park",
  "description": "Afton RV park offers a quiet, quaint park, just one block off of historic Route 66 in Afton.",
  "url": "https://campertunity.com/listings/campgrounds/afton-rv-park-afton-ok",
  "image": [
    "https://dr64aezf2r473.cloudfront.net/placeholder_profile_photo_harvesthosts_medium.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "112 South Locust Avenue, Afton, OK 74331",
    "addressLocality": "Afton",
    "addressRegion": "OK",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 36.6935352,
    "longitude": -94.9609939
  },
  "numberOfRooms": 6,
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Water_hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Back_in"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}