Skip to content

Commit

Permalink
Merge pull request #164 from laurocj/patch-6
Browse files Browse the repository at this point in the history
Remove validação multipleOf da versão 2_01_02
  • Loading branch information
robmachado authored Mar 12, 2024
2 parents 76a8669 + 565d287 commit 431438f
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 28 deletions.
3 changes: 1 addition & 2 deletions jsonSchemes/v2_01_02/evtAquisicaoProdRural.schema
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@
},
"vlrbruto": {
"required": true,
"type": "number",
"multipleOf": 0.01
"type": "number"
},
"vlrcpdescpr": {
"required": true,
Expand Down
3 changes: 1 addition & 2 deletions jsonSchemes/v2_01_02/evtInfoCPRB.schema
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
},
"vlrrecbrutatotal": {
"required": true,
"type": "number",
"multipleOf": 0.01
"type": "number"
},
"vlrcpapurtotal": {
"required": true,
Expand Down
3 changes: 1 addition & 2 deletions jsonSchemes/v2_01_02/evtInfoProdRural.schema
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
},
"vlrrecbrutatotal": {
"required": true,
"type": "number",
"multipleOf": 0.01
"type": "number"
},
"vlrcpapur": {
"required": true,
Expand Down
12 changes: 4 additions & 8 deletions jsonSchemes/v2_01_02/evtPrestadorServicos.schema
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
},
"vlrtotalbruto": {
"required": true,
"type": "number",
"multipleOf": 0.01
"type": "number"
},
"vlrtotalbaseret": {
"required": true,
Expand Down Expand Up @@ -97,8 +96,7 @@
},
"vlrbruto": {
"required": true,
"type": "number",
"multipleOf": 0.01
"type": "number"
},
"obs": {
"required": false,
Expand Down Expand Up @@ -187,8 +185,7 @@
},
"valorprinc": {
"required": true,
"type": "number",
"multipleOf": 0.01
"type": "number"
}
}
}
Expand Down Expand Up @@ -219,8 +216,7 @@
},
"valoradic": {
"required": true,
"type": "number",
"multipleOf": 0.01
"type": "number"
}
}
}
Expand Down
6 changes: 2 additions & 4 deletions jsonSchemes/v2_01_02/evtRecursoRecebidoAssociacao.schema
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@
},
"vlrtotalrec": {
"required": true,
"type": "number",
"multipleOf": 0.01
"type": "number"
},
"vlrtotalret": {
"required": true,
Expand Down Expand Up @@ -123,8 +122,7 @@
},
"vlrnret": {
"required": true,
"type": "number",
"multipleOf": 0.01
"type": "number"
}
}
}
Expand Down
6 changes: 2 additions & 4 deletions jsonSchemes/v2_01_02/evtRecursoRepassadoAssociacao.schema
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
},
"vlrtotalrep": {
"required": true,
"type": "number",
"multipleOf": 0.01
"type": "number"
},
"vlrtotalret": {
"required": true,
Expand Down Expand Up @@ -112,8 +111,7 @@
},
"vlrnret": {
"required": true,
"type": "number",
"multipleOf": 0.01
"type": "number"
}
}
}
Expand Down
9 changes: 3 additions & 6 deletions jsonSchemes/v2_01_02/evtTomadorServicos.schema
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@
},
"vlrbruto": {
"required": true,
"type": "number",
"multipleOf": 0.01
"type": "number"
},
"obs": {
"required": false,
Expand Down Expand Up @@ -193,8 +192,7 @@
},
"valorprinc": {
"required": true,
"type": "number",
"multipleOf": 0.01
"type": "number"
}
}
}
Expand Down Expand Up @@ -226,8 +224,7 @@
},
"valoradic": {
"required": true,
"type": "number",
"multipleOf": 0.01
"type": "number"
}
}
}
Expand Down

0 comments on commit 431438f

Please sign in to comment.