{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/umbria-camp-citta-di-castello",
  "name": "Umbria Camp",
  "description": "Umbria Camp is a campsite in Città di Castello, Perugia, located in a wood.This terraced camp site has which are marked out, pitches with shade,...",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/umbria-camp-citta-di-castello",
  "image": [
    "https://cdn3.acsi.eu/6/7/4/c/674caaf918a54.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Via Alice Hallgarten 3",
    "addressLocality": "Città di Castello",
    "postalCode": "06012",
    "addressCountry": "IT"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 43.45147,
    "longitude": 12.22222
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Swimming_pool"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Restaurant"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Swimming"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 8.7,
    "reviewCount": 5,
    "bestRating": 10,
    "worstRating": 1
  }
}