Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where county = "New York", doc_id = 92 and topics = "["adjournments", "communication-preferences"]"
This data as json, CSV (advanced)
Suggested facets: topics (array), cross_references (array)
topics 1
- ["adjournments", "communication-preferences"] · 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-BANNON-P61-002 | Part 61 Rules – Civil Term (Hon. Nancy M. Bannon) – Updated February 2026 92 | NY-SC-1JD-BANNON | Communications 10-18 | Communications, Scheduling, and Adjournments | General questions about appearances and scheduling shall be addressed to the Part Clerk. DO NOT contact Justice Bannon or her Law Clerks with questions about appearances or scheduling. No scheduled conference, oral argument, or other appearance may be adjourned without the court's prior approval. Any request to adjourn must be made in writing at least two (2) business days prior to the appearance date by email to the Part Clerk and must include a reason for the adjournment and indicate whether the request is on consent of all parties. If all parties consent to adjournment, a stipulation to that effect shall be attached to the email in Word format. DO NOT CALL CHAMBERS except in the event of an emergency. DO NOT copy Judge Bannon, her Law Clerks, or her Part Clerk on letters, documents, or emails exchanged between counsel. | ["adjournments", "communication-preferences"] | ["22 NYCRR 202.27"] | 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'
);