{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/camping-chill-and-grill-daugavpils",
  "name": "Camping Chill and Grill",
  "description": "Camping by the lake - next to Tarzan's climbing paradise - small grill kiosk",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/camping-chill-and-grill-daugavpils",
  "image": [
    "https://images.campercontact.com/media/photos/4222124650883609.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Dzintaru iela",
    "addressLocality": "Daugavpils",
    "addressRegion": "daugavpils",
    "postalCode": "5417",
    "addressCountry": "Latvia"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 55.92082,
    "longitude": 26.58182
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 3,
    "reviewCount": 3,
    "bestRating": 5,
    "worstRating": 1
  },
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "CAD",
    "price": "20",
    "priceValidUntil": "2026-06-14"
  },
  "priceRange": "20+"
}