{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/chalet-ebor-nsw",
  "name": "The Chalet",
  "description": "Just the right size for small families, couples and individuals, The Chalet is cosy cabin accommodation for those looking to get away from it all and immerse themselves in the wild.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/chalet-ebor-nsw",
  "image": [
    "https://www.nationalparks.nsw.gov.au/-/media/npws/images/parks/new-england-national-park/the-chalet/the-chalet-01.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "1316 Point Lookout Road",
    "addressLocality": "Ebor",
    "addressRegion": "NSW",
    "postalCode": "2453",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -30.4927000000046,
    "longitude": 152.406773333334
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "National_park"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "State_park"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Cabin"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ]
}