{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/detendez-vous-dans-un-tipi",
  "name": "Détendez-vous dans un tipi",
  "description": "A fantastic mini camping where it is so dark at night that you can see the beautiful stars",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/detendez-vous-dans-un-tipi",
  "image": [
    "https://campspace.com/media/medium/uploads/space/04/82/db/0482dbc5a1126737e20094cc792a7dbc.jpeg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "NL"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 52.24,
    "longitude": 6.81
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Private"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tipi"
    }
  ]
}