{
  "@context": "https://schema.org",
  "@type": "Product",
  "@id": "https://www.example.com/catalog/mystery#product",
  "description": "Deliberately invalid product record: no name and an incomplete offer.",
  "brand": {
    "name": "Example Outdoors"
  },
  "offers": {
    "@type": "Offer",
    "priceCurrency": "EUR",
    "availability": "InStock"
  },
  "review": {
    "@type": "Review",
    "reviewBody": "Sample review with no rating."
  },
  "aggregateRating": {
    "@type": "AggregateRating",
    "reviewCount": 12
  }
}
