{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/border-lock",
  "name": "Border lock",
  "description": "Dear guest, we have 3 beautiful pitches for motorhomes, which are quietly located in the countryside",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/border-lock",
  "image": [
    "https://campspace.com/media/medium/uploads/space/cl/65/d9/cl65d9f920-656f-44f9-b8be-b62b66e8b5b8.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "DE"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 52.4,
    "longitude": 7.05
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Private"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 5,
    "reviewCount": 1,
    "bestRating": 5,
    "worstRating": 1
  }
}