{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-phoenicia",
  "name": "Spot2Nite",
  "description": "Check out Romer Mountain Park in Phoenicia, New York on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-phoenicia",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Phoenicia",
    "addressRegion": "NY",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 42.058805,
    "longitude": -74.3331114
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Mountain"
    }
  ]
}