Evidence Referenced
Data license: Public court records
4 rows where filing_id = 10
This data as json, CSV (advanced)
| evidence_id ▼ | filing_id | evidence |
|---|---|---|
| 137 | 10 10 | Plaintiffs' Exhibit A — Affidavit of Billy Shepherd (challenged as defective — not based on personal knowledge, no perjury attachment, failed business records foundation) |
| 138 | 10 10 | Plaintiffs' Exhibit B — Declaration of Michael A. Pohl, Paragraphs 3-9 (challenged as conclusory) |
| 139 | 10 10 | Plaintiffs' Original Petition paragraphs 21-22 (quoted re: Kassab's alleged conduct) |
| 140 | 10 10 | Favre's claim of ownership of marketing material provided to Kassab |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE evidence_referenced (
evidence_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
evidence TEXT
);