{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/lavanda-camping-orebic-hr",
  "name": "Lavanda Camping",
  "description": "The Lavanda Camping is located directly by the sea, not far from Orebić. Enjoy a magnificent view of the islands off the sea.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/lavanda-camping-orebic-hr",
  "image": [
    "https://cdn3.acsi.eu/6/7/4/c/674cb55882017.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Dubravica 34",
    "addressLocality": "Orebic",
    "postalCode": "20250",
    "addressCountry": "HR"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 42.98317,
    "longitude": 17.20558
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Restaurant"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Hot_tub"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 8.3,
    "reviewCount": 35,
    "bestRating": 10,
    "worstRating": 1
  }
}