Added "jurisdictions" (court types).
#5
by
lil-mdellabitta
- opened
README.md
CHANGED
@@ -115,6 +115,30 @@ Partial glossary of the fields in the data.
|
|
115 |
| `citations` | Cases that cite this case. |
|
116 |
| `court_short_name` | Short name of court presiding over case. |
|
117 |
| `court_full_name` | Full name of court presiding over case. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
118 |
| `opinions` | An array of subrecords. |
|
119 |
| `opinions.author_str` | Name of the author of an individual opinion. |
|
120 |
| `opinions.per_curiam` | Boolean representing whether the opinion was delivered by an entire court or a single judge. |
|
|
|
115 |
| `citations` | Cases that cite this case. |
|
116 |
| `court_short_name` | Short name of court presiding over case. |
|
117 |
| `court_full_name` | Full name of court presiding over case. |
|
118 |
+
| `court_jurisdiction` | Code for type of court that presided over the case. One of the following:
|
119 |
+
F: Federal Appellate
|
120 |
+
FD: Federal District
|
121 |
+
FB: Federal Bankruptcy
|
122 |
+
FBP: Federal Bankruptcy Panel
|
123 |
+
FS: Federal Special
|
124 |
+
S: State Supreme
|
125 |
+
SA: State Appellate
|
126 |
+
ST: State Trial
|
127 |
+
SS: State Special
|
128 |
+
TRS: Tribal Supreme
|
129 |
+
TRA: Tribal Appellate
|
130 |
+
TRT: Tribal Trial
|
131 |
+
TRX: Tribal Special
|
132 |
+
TS: Territory Supreme
|
133 |
+
TA: Territory Appellate
|
134 |
+
TT: Territory Trial
|
135 |
+
TSP: Territory Special
|
136 |
+
SAG: State Attorney General
|
137 |
+
MA: Military Appellate
|
138 |
+
MT: Military Trial
|
139 |
+
C: Committee
|
140 |
+
I: International
|
141 |
+
T: Testing |
|
142 |
| `opinions` | An array of subrecords. |
|
143 |
| `opinions.author_str` | Name of the author of an individual opinion. |
|
144 |
| `opinions.per_curiam` | Boolean representing whether the opinion was delivered by an entire court or a single judge. |
|