{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/hoge-blok-oordwelle",
  "name": "De Hoge Blok",
  "description": "Minicamping \"de Hoge blok\" is located on a farm and offers camping between Renesse and Noordwelle. It is an ideal starting point for cycling and water sports activities.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/hoge-blok-oordwelle",
  "image": [
    "https://firebasestorage.googleapis.com/v0/b/campio.appspot.com/o/images%2F654a9ef9cbf01d000dff4505%2F6fa6bd2b-c226-436a-87cd-c33b61e48e70_camping7_640x480.jpg?alt=media&token=4ec3ef56-de7a-4726-921a-224fdd23155f",
    "Photos"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Kuijerdamseweg 4",
    "addressLocality": "oordwelle",
    "postalCode": "Zip code",
    "addressCountry": "NL"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 51.7265,
    "longitude": 3.79728
  },
  "checkoutTime": "00:00:00",
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Biking"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Farm"
    }
  ]
}