Defenses Raised
Data license: Public court records
2 rows where filing_id = 26
This data as json, CSV (advanced)
| defense_id ▼ | filing_id | defense |
|---|---|---|
| 164 | 26 26 | Proportionate responsibility — designated third parties caused or contributed to the alleged harm |
| 165 | 26 26 | Failure to safeguard property — designated persons had duty to protect Pohl's property and failed |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE defenses_raised (
defense_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
defense TEXT
);