Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where judge_id = "NY-SC-1JD-CRAWFORD" and topics = "["discovery-scheduling", "discovery-disputes"]"
This data as json, CSV (advanced)
Suggested facets: topics (array), cross_references (array)
topics 1
- ["discovery-scheduling", "discovery-disputes"] · 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-CRAWFORD-P38-007 | Part 38 Individual Part Rules 71 | NY-SC-1JD-CRAWFORD | Discovery-1 | Discovery - Strict Compliance; Court Conference Required Before Any Discovery Motion | Parties shall strictly comply with discovery obligations by the dates set forth in all case scheduling orders. Applications for extension of a discovery deadline shall be made as soon as practicable and prior to the expiration of such deadline (22 NYCRR 202.20-e). Non-compliance may result in sanctions pursuant to CPLR 3126 (22 NYCRR 202.20-e). Parties must work in good faith to resolve discovery issues prior to seeking Court intervention (22 NYCRR 202.20-f). If unsuccessful, they should request an expedited conference by filing a letter via NYSCEF and emailing the Part Clerk, setting forth (1) the request for an expedited discovery conference; (2) the discovery issue; and (3) details of good faith efforts at resolution. The parties may NOT file a discovery motion prior to following these steps and conferencing with the Court. The Court will deny any such motion without prejudice. | ["discovery-scheduling", "discovery-disputes"] | ["22 NYCRR 202.20-e", "22 NYCRR 202.20-f", "CPLR 3126"] | 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'
);