Skip to content

Commit

Permalink
reproducing missing validation from issue everit-org#400
Browse files Browse the repository at this point in the history
  • Loading branch information
AgustinBettati committed Jan 14, 2021
1 parent 060a8e0 commit 671a6ec
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "object",
"properties": {
"number": {
"type": "number",
"maximum": 9999999999999999
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"number": 10000000000000001
}

0 comments on commit 671a6ec

Please sign in to comment.