{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/camping-de-olite-olite",
  "name": "Camping de Olite",
  "description": "The campsite is located in the north of Spain, half an hour's drive from Pamplona and on the road to...",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/camping-de-olite-olite",
  "image": [
    "https://cdn1.acsi.eu/6/7/4/c/674c80a59fd49.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Ctra N115, km 2,3",
    "addressLocality": "Olite",
    "postalCode": "31390",
    "addressCountry": "ES"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 42.48022,
    "longitude": -1.67803
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Restaurant"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 5.2,
    "reviewCount": 9,
    "bestRating": 10,
    "worstRating": 1
  }
}