{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/camp-in-my-yard",
  "name": "Camp in my yard",
  "description": "I live in residential suburbs of Harare .Peaceful and lively neighbourhood with friendly neighbours",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/camp-in-my-yard",
  "image": [
    "https://campspace.com/media/medium/uploads/space/24/46/_1/2446_1_5d7b6ce1db507.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "Zimbabwe"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -17.86,
    "longitude": 31.12
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Private"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ]
}