Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
2 rows where doc_id = 59 and judicial_district = 1
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-TINGLING-P28-SCO-001 | Part 28 Status Conference Order (Matrimonial) 59 | NY-SC-1JD-TINGLING | Form Section 1 | Financial Discovery Completion Certification | At a Status Conference, the parties must certify either that (a) all discovery as directed in the prior Compliance Conference Order is now complete, subject only to the parties' production of updated financial documents through trial; or (b) identify outstanding discovery items with the party responsible for production and production deadline. | ["compliance-conference", "discovery-scheduling", "note-of-issue", "matrimonial"] | ["Part 28 Rules - Compliance and Status Conferences"] | 1 | New York | supreme | court_form | |
| NY-SC-1JD-TINGLING-P28-SCO-002 | Part 28 Status Conference Order (Matrimonial) 59 | NY-SC-1JD-TINGLING | Form Section 2 | Expert Reports and Note of Issue Deadlines | The Status Conference Order establishes deadlines for: All Disclosure to be Complete By; Neutral Evaluator/Expert Reports to be Exchanged By; Rebuttal Reports to be Exchanged By; and Note of Issue filing date. | ["discovery-scheduling", "note-of-issue", "scheduling-orders", "matrimonial"] | [] | 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'
);