Skip to content

Commit 5f24a81

Browse files
committed
feat: update readme file
1 parent 92c47c7 commit 5f24a81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ type DecomposedCNJ struct {
3131
ArgNumber string `json:"arg_number,omitempty"`
3232
District string `json:"district,omitempty"`
3333
UF string `json:"UF,omitempty"`
34+
TJ string `json:"TJ,omitempty"`
3435
}
3536
```
3637
### AnalysisCNJ
@@ -55,6 +56,7 @@ type DecomposedCNJ struct {
5556
- ArgNumber:NNNNNNNAAAAJCT0000 + 00 [00013272018826015800] (need for caculate *VerifyingDigit*)
5657
- District: location where the lawsuit began (city, electoral district, labor district)[São Paulo]
5758
- UF: The state short name where the lawsuit began [SP]
59+
- TJ: The court type shortname [TJ]
5860

5961

6062
## Example

0 commit comments

Comments
 (0)