{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/osterreich",
  "name": "Österreich",
  "description": "15 ha well-kept grounds. Indoor swimming pool, outdoor swimming pool, swimming lake, family friendly, extra dogs court,",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/osterreich",
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "Österreich"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 46.58363,
    "longitude": 14.62596
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Swimming_pool"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Swimming"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 5,
    "reviewCount": 2,
    "bestRating": 5,
    "worstRating": 1
  }
}