{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/bauernhof",
  "name": "Bauernhof",
  "description": "The Farm is a family-run organic farm with certified fruit and vegetable production,",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/bauernhof",
  "image": [
    "https://campspace.com/media/medium/uploads/space/b5/4e/fa/b54efa0e99259434f4e2d6ca5d26023a.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "PT"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 38.61,
    "longitude": -8.68
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Private"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Farm"
    }
  ]
}