{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/stop-for-moment",
  "name": "Stop for a moment",
  "description": "It is a place of peace and relaxation. Have at your disposal: first aid kit, flashlight + spare batt",
  "url": "https://campertunity.com/listings/campgrounds/stop-for-moment",
  "image": [
    "https://campspace.com/media/medium/uploads/space/cl/64/73/cl64734447-b11e-4b6d-b55d-aa9e81b5498b.jpeg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "DE"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 52.46,
    "longitude": 8.71
  },
  "sameAs": [
    "https://campspace.com/en/s/halt-mal-inne_9696"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Private"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Firewood"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Toilets"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}