Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where county = "New York" and doc_id = 67
This data as json, CSV (advanced)
Suggested facets: topics (array), cross_references (array)
| provision_id ▼ | doc_id | judge_id | rule_number | title | text | source_page | topics | cross_references | judicial_district | county | court_type | doc_type |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| NY-SC-1JD-PERRY-BOND-P35-CCO-001 | Part 35 Compliance Conference Order 67 | NY-SC-1JD-PERRY-BOND | Form | Compliance Conference Order Template | Standard compliance conference order for IAS Part 35. Records conference date, party appearances, whether the Court's prior order has been complied with, and issues any new directives accordingly. | ["compliance-conference", "scheduling-orders"] | ["Part 35 Rules - Conferences"] | 1 | New York | supreme | court_form |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE provisions (
provision_id TEXT PRIMARY KEY,
doc_id INTEGER REFERENCES documents(doc_id),
judge_id TEXT REFERENCES judges(judge_id),
rule_number TEXT,
title TEXT,
text TEXT,
source_page INTEGER,
topics TEXT,
cross_references TEXT,
judicial_district INTEGER,
county TEXT,
court_type TEXT DEFAULT 'supreme',
doc_type TEXT DEFAULT 'part_rules'
);