Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where county = "New York", doc_id = 73 and topics = "["attorney-conduct", "part-rules"]"
This data as json, CSV (advanced)
Suggested facets: topics (array), cross_references (array)
topics 1
- ["attorney-conduct", "part-rules"] · 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-KIM-005 | Part 4 Rules – Hon. Judy H. Kim, J.S.C. 73 | NY-SC-1JD-KIM | 5 | Artificial Intelligence (AI) Certification | Any attorney or party who uses a generative AI tool, as defined in 22 NYCRR 161.2(b), in preparing any paper filed in or submitted to this court or served on another party in a case before this court is required to carefully review the paper and independently ensure that it contains no fabricated or fictitious cases, statutes, or other material. By signing such paper, an attorney or party certifies that such a review has been conducted and that the paper contains no such fabricated or fictitious content. If this Court determines that this requirement has not been satisfied, such attorney or party may be subject to sanction or other remedial action. | ["attorney-conduct", "part-rules"] | ["22 NYCRR 161.2(b)", "22 NYCRR 161.2(c)"] | 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'
);