{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/happy-valley-sa",
  "name": "Happy Valley",
  "description": "Explore Happy Valley — SA. A welcoming campsite with essential amenities in scenic surroundings. Ideal for families and friends.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/happy-valley-sa",
  "address": {
    "@type": "PostalAddress",
    "addressRegion": "SA",
    "postalCode": "872",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -26.3034931,
    "longitude": 131.0887401
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Valley"
    }
  ]
}