Skip to content

Commit

Permalink
Merge pull request #412 from robmachado/master
Browse files Browse the repository at this point in the history
codcateg é opcional
  • Loading branch information
robmachado authored Mar 9, 2022
2 parents f864445 + 41768a4 commit 0eb522e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@
$std->vralim = 600.23;
$std->nrproctrab = "12345678901234567890";
$std->novocpf = "12345678901";


$std->verbasresc = new \stdClass();
$std->verbasresc->dmdev[1] = new \stdClass();
Expand Down
4 changes: 2 additions & 2 deletions jsonSchemes/v_S_01_00_00/evtTSVTermino.schema
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"pattern": "^.{1,30}$"
},
"codcateg": {
"required": true,
"type": "integer",
"required": false,
"type": ["integer","null"],
"minimum": 100,
"maximum": 999
},
Expand Down

0 comments on commit 0eb522e

Please sign in to comment.