{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/beautiful-garden-in-hilly-area",
  "name": "Beautiful garden in a hilly area",
  "description": "Beautiful garden in a hilly area. We have room for a lovely camping place",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/beautiful-garden-in-hilly-area",
  "image": [
    "/images/pic_space.jpg"
  ],
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 51.83,
    "longitude": 5.91
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Garden"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Hill"
    }
  ]
}