{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/inggarda-rest-stop-inggarda-western-australia",
  "name": "Inggarda Rest Stop",
  "description": "Near Australia's Coral Coast and Inggarda. Pets Allowed and Free.",
  "url": "https://campertunity.com/listings/campgrounds/inggarda-rest-stop-inggarda-western-australia",
  "image": [
    "https://www.anycamp.com.au/assets/images/shareimage.jpg",
    "https://www.anycamp.com.au/assets/images/listing-item-03.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "NW Coastal Hwy",
    "addressLocality": "Inggarda",
    "addressRegion": "Western Australia",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -25.051724,
    "longitude": 113.79838
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ]
}