Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where judge_id = "NY-SC-1JD-UNIFORM-JUSTICES" and topics = "["e-filing", "filing"]"
This data as json, CSV (advanced)
Suggested facets: topics (array), cross_references (array)
| 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-UNIFORM-001 | Rules of the Justices — Supreme Court, Civil Branch, New York County (Uniform Rules, excluding Commercial Division) 37 | NY-SC-1JD-UNIFORM-JUSTICES | I | Public Access On-Line Project (Scroll) — Redaction and Access | Rule A-1: Attorneys filing documents with the County Clerk or the Court shall omit or redact from such documents confidential personal information as provided in Uniform Rule 202.5(e). Rule A-2: A party who claims that the availability of a document in the Scroll system may cause harm may apply to the Court for a directive restricting access. Rule A-3: Where the Court grants a request to limit access, the directive shall take the form of an administrative direction to staff that the document not be included in or be deleted from the Scroll database. | 1 | ["e-filing", "filing"] | ["Uniform Rule 202.5(e)"] | 1 | New York | supreme | uniform_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'
);