Skip to content

Commit

Permalink
Merge pull request #439 from siplan/439
Browse files Browse the repository at this point in the history
ISSUE #439 - correção do campo tpContr onde possui 3 opções de resposta.
  • Loading branch information
robmachado authored Jul 5, 2022
2 parents ede70cc + 37aac45 commit 8b6c76c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/schemes/v02_05_00/s2200_JsonSchemaEvtAdmissao.php
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@
"required": true,
"type": "integer",
"minimum": 1,
"maximum": 2
"maximum": 3
},
"dtterm": {
"required": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
"required": true,
"type": "integer",
"minimum": 1,
"maximum": 2
"maximum": 3
},
"dtterm": {
"required": false,
Expand Down
2 changes: 1 addition & 1 deletion jsonSchemes/v02_05_00/evtAdmissao.schema
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@
"required": true,
"type": "integer",
"minimum": 1,
"maximum": 2
"maximum": 3
},
"dtterm": {
"required": false,
Expand Down
2 changes: 1 addition & 1 deletion jsonSchemes/v_S_01_00_00/evtAltContratual.schema
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
"required": true,
"type": "integer",
"minimum": 1,
"maximum": 2
"maximum": 3
},
"dtterm": {
"required": false,
Expand Down

0 comments on commit 8b6c76c

Please sign in to comment.