{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/panoramic-view-of-the-brabancon-hesbaye",
  "name": "Panoramic view of the Brabancon hesbaye",
  "description": "Our 35 ares of garden are at your disposal if you wish to take a road trip in our beautiful region.",
  "url": "https://campertunity.com/listings/campgrounds/panoramic-view-of-the-brabancon-hesbaye",
  "image": [
    "/images/pic_space.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "BE"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 50.7,
    "longitude": 4.82
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Picnic_table"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Private"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Picnic Table"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Garden"
    }
  ]
}