{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/6-person-rental-tent",
  "name": "6-person rental tent",
  "description": "Rent a rental tent at a campsite. The tent is on a spacious spot of at least 100m and the tent is ap",
  "url": "https://campertunity.com/listings/campgrounds/6-person-rental-tent",
  "image": [
    "https://campspace.com/media/medium/uploads/space/ub/86/67/ub8667_4868_2648_7784ea178ddf6066.jpeg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "CZ"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 51,
    "longitude": 14.46
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Private"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Drinking_water"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Hot_showers"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Showers"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Potable Water"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Cabin"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ]
}