{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/a-tizarella-corcega",
  "name": "A Tizarella",
  "description": "A Tizarella es un camping en un lugar de mototomo.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/a-tizarella-corcega",
  "image": [
    "https://images.campercontact.com/media/photos/4222124651215302"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Strada d'Ascu",
    "addressLocality": "115258",
    "addressRegion": "corcega",
    "postalCode": "20218",
    "addressCountry": "FR"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 42.47001,
    "longitude": 9.12122
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 5,
    "reviewCount": 2,
    "bestRating": 5,
    "worstRating": 1
  }
}