{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/los-bonales-cantalojas",
  "name": "Los Bonales",
  "description": "Los Bonales is a campsite in Cantalojas, Guadalajara, located in a wood.This camp site with sloping grounds has pitches with shade, pitches without...",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/los-bonales-cantalojas",
  "image": [
    "https://cdn1.acsi.eu/6/7/5/1/67518bb1271c8.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Paraje los Bonales S/N",
    "addressLocality": "Cantalojas",
    "postalCode": "19275",
    "addressCountry": "ES"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 41.23472,
    "longitude": -3.26
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Wifi"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Restaurant"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 8,
    "reviewCount": 2,
    "bestRating": 10,
    "worstRating": 1
  }
}