{
  "label": "Synthetic illustrative output; not a customer invoice",
  "input": {
    "vendor_name": "Sample Vendor",
    "invoice_number": "DEMO-1001",
    "amount": 1250.5,
    "currency": "USD"
  },
  "expected_candidate": {
    "status": "ready",
    "source_document_link": "sample-source-1",
    "review_required": true
  },
  "exception_examples": [
    "missing_invoice_number",
    "missing_amount",
    "possible_duplicate"
  ],
  "verified_sandbox_checks": {
    "date": "2026-09-08",
    "passed": 4,
    "checks": [
      "valid structured invoice creates ready candidate with source document",
      "missing fields and possible duplicates go to review",
      "wrong-workspace message rejected",
      "briefing counts ready items and exceptions"
    ]
  },
  "limits": [
    "Structured JSON fixtures, not PDF/OCR extraction",
    "No customer mailbox or accounting system connected",
    "No payment, ledger posting, or measured savings"
  ]
}