From 4a0a873e6abc809f1b0ea3ab5a45892e4b361547 Mon Sep 17 00:00:00 2001 From: utam0k Date: Sun, 16 Jun 2024 15:48:27 +0900 Subject: [PATCH] make -C schema fmt Signed-off-by: utam0k --- schema/defs.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/schema/defs.json b/schema/defs.json index a0bf846a1..c823dcb10 100644 --- a/schema/defs.json +++ b/schema/defs.json @@ -18,8 +18,8 @@ }, "int64": { "type": "integer", - "minimum": -9223372036854775808, - "maximum": 9223372036854775807 + "minimum": -9223372036854776000, + "maximum": 9223372036854776000 }, "uint8": { "type": "integer", @@ -39,7 +39,7 @@ "uint64": { "type": "integer", "minimum": 0, - "maximum": 18446744073709551615 + "maximum": 18446744073709552000 }, "percent": { "type": "integer",