{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/hope-gap-rest-area-hope-gap-south-australia",
  "name": "Hope Gap Rest Area",
  "description": "Near Yorke Peninsula and Hope Gap. Pets Allowed and Free.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/hope-gap-rest-area-hope-gap-south-australia",
  "image": [
    "https://www.anycamp.com.au/assets/images/shareimage.jpg",
    "https://www.anycamp.com.au/assets/images/listing-item-04.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "National Hwy A1",
    "addressLocality": "Hope Gap",
    "addressRegion": "South Australia",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -33.679792,
    "longitude": 138.217521
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ]
}