Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where doc_id = 127 and topics = "["discovery-scheduling", "discovery-disputes", "depositions"]"
This data as json, CSV (advanced)
Suggested facets: topics (array), cross_references (array)
topics 1
- ["discovery-scheduling", "discovery-disputes", "depositions"] · 1 ✖
judicial_district 1
- 9 1
doc_type 1
county 1
- Rockland 1
| provision_id ▼ | doc_id | judge_id | rule_number | title | text | source_page | topics | cross_references | judicial_district | county | court_type | doc_type |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| DESIR-005 | Individual Part Rules – Hon. Djinsad Desir 127 | NY-SC-9JD-DESIR | V | Discovery | Discovery is not stayed by dispositive motion or ADR. Production deadlines presumptively 5:00 p.m. EST and within 10 days of an order if not specified otherwise. Requesting a Discovery Conference: do not wait until compliance conference; request by email to Part e-mail with subject line 'Discovery Conference Request: [Index number, case name]' with brief statement (max 500 words) of unresolved dispute(s). Non-requesting party may respond within 24 hours by replying all with 500 words or less. Individual Pre-Conference Letters: if permission granted, parties shall e-file letters of no more than 1,500 words at least 48 hours before conference. Privilege: objecting party must serve privilege log of responsive documents with production, identifying all redacted and withheld documents by bates-stamp numbers, dates, authors, recipients, subject matter, and privileges asserted; failure to serve privilege log is waiver absent good cause. ESI: counsel must discuss ESI with clients and then meet and confer with opposing counsel, reaching agreement on scope, location, format, custodians, costs, timing, and filing sharing techniques. Depositions: scheduled depositions cannot be adjourned without Court approval; parties must conduct depositions per CPLR 3115 and Rule 221. Discovery motions not permitted unless specifically authorized or directed by Court; must be brought by Order to Show Cause. | ["discovery-scheduling", "discovery-disputes", "depositions"] | ["CPLR 3115", "Rule 221 Uniform Rules"] | 9 | Rockland | 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'
);