{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/pini-family-park-fiano-romano-lazio",
  "name": "Pini Family Park",
  "description": "Near the Tiber River north of Rome",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/pini-family-park-fiano-romano-lazio",
  "image": [
    "https://images.campercontact.com/media/photos/4222124650873206.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Via delle Sassete",
    "addressLocality": "fiano-romano",
    "addressRegion": "lazio",
    "postalCode": "00065",
    "addressCountry": "IT"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 42.1557,
    "longitude": 12.57271
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "River"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 2.3,
    "reviewCount": 5,
    "bestRating": 5,
    "worstRating": 1
  },
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "EUR",
    "price": "35.5",
    "priceValidUntil": "2026-06-14"
  },
  "priceRange": "€35.5+"
}