Skip to content

Commit

Permalink
feat: update readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielFillol committed Oct 19, 2023
1 parent 92c47c7 commit 5f24a81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ type DecomposedCNJ struct {
ArgNumber string `json:"arg_number,omitempty"`
District string `json:"district,omitempty"`
UF string `json:"UF,omitempty"`
TJ string `json:"TJ,omitempty"`
}
```
### AnalysisCNJ
Expand All @@ -55,6 +56,7 @@ type DecomposedCNJ struct {
- ArgNumber:NNNNNNNAAAAJCT0000 + 00 [00013272018826015800] (need for caculate *VerifyingDigit*)
- District: location where the lawsuit began (city, electoral district, labor district)[São Paulo]
- UF: The state short name where the lawsuit began [SP]
- TJ: The court type shortname [TJ]


## Example
Expand Down

0 comments on commit 5f24a81

Please sign in to comment.