Skip to content

Commit

Permalink
Merge pull request #160 from laurocj/master
Browse files Browse the repository at this point in the history
Erro no validador multipleOf
  • Loading branch information
robmachado authored Dec 13, 2023
2 parents 99e74b4 + f85c468 commit a7eee34
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions jsonSchemes/v2_01_02/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 @@ -234,4 +233,4 @@
}
}
}
}
}

0 comments on commit a7eee34

Please sign in to comment.