{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/nice-beautiful-camping-spot-for-two-tents",
  "name": "Nice beautiful camping spot for two tents",
  "description": "We have a beautiful and beautiful camping spot for two tents in a beautiful cycling environment",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/nice-beautiful-camping-spot-for-two-tents",
  "image": [
    "/images/pic_space.jpg"
  ],
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 52.11,
    "longitude": 6.02
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Biking"
    }
  ]
}