Skip to content

Commit

Permalink
Merge pull request #163 from laurocj/patch-5
Browse files Browse the repository at this point in the history
Remove validação multipleOf
  • Loading branch information
robmachado authored Mar 11, 2024
2 parents 54b52ab + 8a965af commit 76a8669
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 30 deletions.
3 changes: 1 addition & 2 deletions jsonSchemes/v2_01_01/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_01/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_01/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_01/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 @@ -188,8 +186,7 @@
},
"valorprinc": {
"required": true,
"type": "number",
"multipleOf": 0.01
"type": "number"
}
}
}
Expand Down Expand Up @@ -221,8 +218,7 @@
},
"valoradic": {
"required": true,
"type": "number",
"multipleOf": 0.01
"type": "number"
}
}
}
Expand Down
6 changes: 2 additions & 4 deletions jsonSchemes/v2_01_01/evtRecursoRecebidoAssociacao.schema
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
},
"vlrtotalrec": {
"required": true,
"type": "number",
"multipleOf": 0.01
"type": "number"
},
"vlrtotalret": {
"required": true,
Expand Down Expand Up @@ -113,8 +112,7 @@
},
"vlrnret": {
"required": true,
"type": "number",
"multipleOf": 0.01
"type": "number"
}
}
}
Expand Down
6 changes: 2 additions & 4 deletions jsonSchemes/v2_01_01/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 @@ -113,8 +112,7 @@
},
"vlrnret": {
"required": true,
"type": "number",
"multipleOf": 0.01
"type": "number"
}
}
}
Expand Down
12 changes: 4 additions & 8 deletions jsonSchemes/v2_01_01/evtTomadorServicos.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 @@ -103,8 +102,7 @@
},
"vlrbruto": {
"required": true,
"type": "number",
"multipleOf": 0.01
"type": "number"
},
"obs": {
"required": false,
Expand Down Expand Up @@ -194,8 +192,7 @@
},
"valorprinc": {
"required": true,
"type": "number",
"multipleOf": 0.01
"type": "number"
}
}
}
Expand Down Expand Up @@ -227,8 +224,7 @@
},
"valoradic": {
"required": true,
"type": "number",
"multipleOf": 0.01
"type": "number"
}
}
}
Expand Down

0 comments on commit 76a8669

Please sign in to comment.