Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where judge_id = "NY-SC-9JD-WOOD", judicial_district = 9 and topics = "["discovery-disputes"]"
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| WOOD-005 | Individual Part Rules – Hon. Charles D. Wood, J.S.C. 124 | NY-SC-9JD-WOOD | DISCOVERY-MOTIONS | Discovery Motions | No discovery-related motion may be submitted until a pre-motion conference has been requested and held. Pre-motion conference requested by emailing Part Clerk on notice to all parties. Preliminary conference may constitute pre-motion conference; however, no motion papers may be filed until after Preliminary Conference Order has been issued. Motions filed before pre-motion conference held will be denied unless good cause shown. Parties expected to confer in good faith in-person or by telephone prior to requesting pre-motion conference per 22 NYCRR §202.20-f. | ["discovery-disputes"] | ["22 NYCRR 202.12(h)", "22 NYCRR 202.20-f"] | 9 | Westchester | 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'
);