Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where doc_id = 64 and topics = "["discovery-disputes", "discovery-scheduling", "e-filing"]"
This data as json, CSV (advanced)
Suggested facets: topics (array), cross_references (array)
topics 1
- ["discovery-disputes", "discovery-scheduling", "e-filing"] · 1 ✖
judicial_district 1
- 1 1
doc_type 1
county 1
- New York 1
| 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-WATERMAN-MARSHALL-P31-007 | Part 31 Rules - IAS Part, New York County 64 | NY-SC-1JD-WATERMAN-MARSHALL | DISCOVERY | Discovery - Disputes Resolved at Conference; ESI; Sanctions for Non-Compliance | The Court strongly discourages discovery motions. All discovery issues and disputes will be resolved at the discovery conference. Counsel must be prepared to address each dispute and bring the discovery demand, response, and/or order at issue. All discovery demands (Notices to Produce, Notices to Admit, Interrogatories) and written responses (not including documents produced) must be filed to NYSCEF. If ESI production is at issue, parties shall exchange an ESI protocol (22 NYCRR 202.12[e][3]). Failure to comply with any provision of a PCO, CCO, or SCO may result in discovery sanctions including preclusion, striking of a pleading, and award of fees. | ["discovery-disputes", "discovery-scheduling", "e-filing"] | ["22 NYCRR 202.12[e][3]"] | 1 | New York | 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'
);