Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where doc_id = 96 and topics = "["note-of-issue", "discovery-scheduling"]"
This data as json, CSV (advanced)
Suggested facets: topics (array)
topics 1
- ["note-of-issue", "discovery-scheduling"] · 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-KOTLER-P8-006 | Part 8 Rules – General IAS Part (Hon. Lynn Kotler) – Updated December 18, 2025 96 | NY-SC-1JD-KOTLER | VII – Note of Issue | Note of Issue Requirements | Note of issue should not be filed unless discovery is complete. If the parties need an extension of the note of issue deadline, they should meet and confer and set deadlines for all outstanding discovery in a written stipulation to be so ordered by the court and request an extension of the deadline to file note of issue. Note of issue may be filed, and a future compliance conference dispensed with, provided all parties who have appeared in the action stipulate in writing that all discovery has been completed. This stipulation must be sent to the court via email or filing on NYSCEF by 2:00 p.m. the day before the appearance is scheduled. | ["note-of-issue", "discovery-scheduling"] | [] | 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'
);