{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/area-comunale-castelmassa-veneto",
  "name": "Area Comunale",
  "description": "beautifully situated at the embankment of the Po-Centre 500 m",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/area-comunale-castelmassa-veneto",
  "image": [
    "https://images.campercontact.com/media/photos/4222124650672430.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Via Argine Po",
    "addressLocality": "castelmassa",
    "addressRegion": "veneto",
    "addressCountry": "IT"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 45.01379,
    "longitude": 11.31082
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 3.8,
    "reviewCount": 10,
    "bestRating": 5,
    "worstRating": 1
  }
}