Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where topics = "["discovery-disputes", "settlement-conferences", "adjournments", "compliance-conference"]"
This data as json, CSV (advanced)
Suggested facets: topics (array), cross_references (array)
topics 1
- ["discovery-disputes", "settlement-conferences", "adjournments", "compliance-conference"] · 1 ✖
judicial_district 1
- 9 1
doc_type 1
county 1
- Orange 1
| provision_id ▼ | doc_id | judge_id | rule_number | title | text | source_page | topics | cross_references | judicial_district | county | court_type | doc_type |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| BROGE-003 | Part Rules – Hon. Brett Broge, J.S.C. 122 | NY-SC-9JD-BROGE | II-C-F | Discovery, Settlement, and Adjournment of Conferences | Discovery disputes: addressed between parties prior to Compliance Conference per Rule 202.20. If unable to resolve after good faith effort, contact Part Clerk for scheduling conference; conference required before filing discovery motion. Further conferences as directed by Court. Settlement conference held no less than one month prior to scheduled trial date; counsel attending must be fully familiar and authorized for settlement. No less than 7 days prior to settlement conference, plaintiff submits copies of all bills of particulars; each party submits letter on position. Adjournment of conferences: requests by letter filed to NYSCEF (e-filed) or emailed to Part Clerk and all counsel (paper); must be received no later than 24 hours prior; must state reason, consent/objection, at least 3 mutually-agreeable dates not less than 2 weeks after scheduled date. Court will not grant two consecutive adjournments absent emergency. | ["discovery-disputes", "settlement-conferences", "adjournments", "compliance-conference"] | ["22 NYCRR 202.20", "22 NYCRR 202.1", "22 NYCRR 202.10"] | 9 | Orange | supreme | part_rules |
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'
);