Skip to content

Commit

Permalink
make -C schema fmt
Browse files Browse the repository at this point in the history
Signed-off-by: utam0k <[email protected]>
  • Loading branch information
utam0k committed Jun 16, 2024
1 parent 83f960c commit 4a0a873
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions schema/defs.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
},
"int64": {
"type": "integer",
"minimum": -9223372036854775808,
"maximum": 9223372036854775807
"minimum": -9223372036854776000,
"maximum": 9223372036854776000
},
"uint8": {
"type": "integer",
Expand All @@ -39,7 +39,7 @@
"uint64": {
"type": "integer",
"minimum": 0,
"maximum": 18446744073709551615
"maximum": 18446744073709552000
},
"percent": {
"type": "integer",
Expand Down

0 comments on commit 4a0a873

Please sign in to comment.