Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions courts_db/data/courts.json
Original file line number Diff line number Diff line change
Expand Up @@ -2541,6 +2541,37 @@
"system": "special",
"type": "trial"
},
{
"citation_string": "Cal. State Bar Ct.",
"court_url": "https://www.statebarcourt.ca.gov/",
"dates": [
{
"end": null,
"start": "1989-01-01"
}
],
"examples": [
"State Bar Court of California",
"California State Bar Court",
"State Bar Court Review Department",
"State Bar Court Hearing Department"
],
"id": "calstatebar",
"level": "special",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know there are may be some inconsistencies in courts-db but I think level should be ljc limited jurisdiction court?

"location": "California",
"name": "State Bar Court of California",
"name_abbreviation": "Cal. State Bar Ct.",
"notes": "Disciplinary tribunal for California attorneys. Has Hearing Department (5 judges) and Review Department (3 judges). Final appeals go to California Supreme Court.",
"regex": [
"State Bar Court of California",
"California State Bar Court",
"State Bar Court",
"Cal\\.? State Bar Court",
"State Bar of California Court"
],
"system": "state",
"type": "special"
},
{
"active": true,
"case_types": [],
Expand Down