We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 278a7d7 + 11bfea2 commit 80426ccCopy full SHA for 80426cc
1 file changed
schema/defs.json
@@ -18,8 +18,8 @@
18
},
19
"int64": {
20
"type": "integer",
21
- "minimum": -9223372036854776000,
22
- "maximum": 9223372036854776000
+ "minimum": -9223372036854775808,
+ "maximum": 9223372036854775807
23
24
"uint8": {
25
@@ -39,7 +39,7 @@
39
"uint64": {
40
41
"minimum": 0,
42
- "maximum": 18446744073709552000
+ "maximum": 18446744073709551615
43
44
"percent": {
45
0 commit comments