{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/water-belgrade",
  "name": "water",
  "description": "Small but beautifull camp.Camp near the horses in beautiful part of Belgrade. Quiet plase at the edge of the city.Feels and sounds like zou are deep in the forest.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/water-belgrade",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "belgrade",
    "addressCountry": "RS"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.7245,
    "longitude": 20.4885
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Forest"
    }
  ]
}