{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/tolosa-empuriabrava-catalonia",
  "name": "Tolosa",
  "description": "simple and quiet camper location - suitable for overnight stays - center 2.5km",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/tolosa-empuriabrava-catalonia",
  "image": [
    "https://images.campercontact.com/media/photos/4222124650814529.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Carrer de la Rubina",
    "addressLocality": "Empuriabrava",
    "addressRegion": "catalonia",
    "postalCode": "17487",
    "addressCountry": "ES"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 42.25817,
    "longitude": 3.11558
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 2.89,
    "reviewCount": 49,
    "bestRating": 5,
    "worstRating": 1
  }
}