Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where county = "Orange", doc_id = 170 and topics = "["part-rules", "page-limits"]"
This data as json, CSV (advanced)
Suggested facets: topics (array)
topics 1
- ["part-rules", "page-limits"] · 1 ✖
judicial_district 1
- 9 1
doc_type 1
county 1
- Orange · 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-9JD-SHAKO-004 | Part Rules and Calendar Procedure of Hon. Verris B. Shako 170 | NY-SC-9JD-SHAKO | V.MOT | Motion Practice - Calendars | All motions/proceedings brought on by notice of motion or notice of petition shall be made returnable before the Court on a Thursday when the Court is in session. There are no appearances on the return date of the motion unless directed by the Court or unless oral argument is requested in writing and granted. All papers submitted in connection with motions shall bear page numbers. Absent express advance permission from the Court, no brief, memoranda of law, or affirmation/affidavit may exceed fifteen (15) pages. | ["part-rules", "page-limits"] | [] | 9 | Orange | 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'
);