MatteoCargnelutti
commited on
Commit
·
4c22d50
1
Parent(s):
a16d063
Update README.md
Browse files
README.md
CHANGED
@@ -90,13 +90,14 @@ Partial glossary of the fields in the data.
|
|
90 |
| `citation_count` | Number of cases that cite this one. |
|
91 |
| `precedential_status` | Constrainted to the values "Published", "Unknown", "Errata", "Unpublished", "Relating-to", "Separate", "In-chambers" |
|
92 |
| `citations` | Cases that cite this case. |
|
93 |
-
| `opinions` | An array of subrecords with the following fields: |
|
94 |
-
| `author_str` | Name of the author of an individual opinion |
|
95 |
-
| `per_curiam` | Boolean representing whether the opinion was delivered by an entire court or a single judge |
|
96 |
-
| `type` | One of "010combined", "015unamimous", "020lead", "025plurality", "030concurrence", "035concurrenceinpart", "040dissent", "050addendum", "060remittitur", "070rehearing", "080onthemerits", "090onmotiontostrike" |
|
97 |
-
| `opinion_text` | Actual full text of the opinion. |
|
98 |
-
| `ocr` | Whether or not the opinion was captured via optical character recognition. |
|
99 |
| `court_short_name` | Short name of court presiding over case. |
|
100 |
| `court_full_name` | Full name of court presiding over case. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
101 |
|
102 |
[☝️ Go back to Summary](#summary)
|
|
|
90 |
| `citation_count` | Number of cases that cite this one. |
|
91 |
| `precedential_status` | Constrainted to the values "Published", "Unknown", "Errata", "Unpublished", "Relating-to", "Separate", "In-chambers" |
|
92 |
| `citations` | Cases that cite this case. |
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
| `court_short_name` | Short name of court presiding over case. |
|
94 |
| `court_full_name` | Full name of court presiding over case. |
|
95 |
+
| `opinions` | An array of subrecords. |
|
96 |
+
| `opinions.author_str` | (Field within entry of `opinions`) Name of the author of an individual opinion. |
|
97 |
+
| `opinions.per_curiam` | (Field within entry of `opinions`) Boolean representing whether the opinion was delivered by an entire court or a single judge. |
|
98 |
+
| `opinions.type` | (Field within entry of `opinions`) One of "010combined", "015unamimous", "020lead", "025plurality", "030concurrence", "035concurrenceinpart", "040dissent", "050addendum", "060remittitur", "070rehearing", "080onthemerits", "090onmotiontostrike". |
|
99 |
+
| `opinions.opinion_text` | (Field within entry of `opinions`) Actual full text of the opinion. |
|
100 |
+
| `opinions.ocr` | (Field within entry of `opinions`) Whether or not the opinion was captured via optical character recognition. |
|
101 |
+
|
102 |
|
103 |
[☝️ Go back to Summary](#summary)
|