{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/camp-calm-howard-springs-northern-territory",
  "name": "Camp Calm",
  "description": "Power and water hook up available, afternoon shade with some grass. short walk to the pool. This site is ideal for large caravan, RV, camper or tent.",
  "url": "https://campertunity.com/listings/campgrounds/camp-calm-howard-springs-northern-territory",
  "image": [
    "https://hipcamp-res.cloudinary.com/image/upload/v1717222045/dev-campground-photos/hkulwpjpabmcodwt6cxs.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Howard Springs",
    "addressRegion": "Northern Territory",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -12.48951,
    "longitude": 131.037395
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}