From e2e2bc5e22acfe2762f9db3fea60a73318d027cf Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Thu, 6 Nov 2025 23:26:15 +0800 Subject: [PATCH] other: run schema update (#1854) --- schema/nightly/bottom.json | 9 ++++++--- schema/v0.11/bottom.json | 15 ++++++++++++--- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/schema/nightly/bottom.json b/schema/nightly/bottom.json index 9cab73a9..f9dbac30 100644 --- a/schema/nightly/bottom.json +++ b/schema/nightly/bottom.json @@ -254,7 +254,8 @@ "integer", "null" ], - "format": "uint32", + "format": "uint16", + "maximum": 65535, "minimum": 0 }, "type": { @@ -802,7 +803,8 @@ "integer", "null" ], - "format": "uint32", + "format": "uint16", + "maximum": 65535, "minimum": 0 } }, @@ -1118,7 +1120,8 @@ "integer", "null" ], - "format": "uint32", + "format": "uint16", + "maximum": 65535, "minimum": 0 } } diff --git a/schema/v0.11/bottom.json b/schema/v0.11/bottom.json index 2beb66c6..dec27175 100644 --- a/schema/v0.11/bottom.json +++ b/schema/v0.11/bottom.json @@ -254,7 +254,8 @@ "integer", "null" ], - "format": "uint32", + "format": "uint16", + "maximum": 65535, "minimum": 0 }, "type": { @@ -376,6 +377,12 @@ "null" ] }, + "free_arc": { + "type": [ + "boolean", + "null" + ] + }, "group_processes": { "type": [ "boolean", @@ -796,7 +803,8 @@ "integer", "null" ], - "format": "uint32", + "format": "uint16", + "maximum": 65535, "minimum": 0 } }, @@ -1112,7 +1120,8 @@ "integer", "null" ], - "format": "uint32", + "format": "uint16", + "maximum": 65535, "minimum": 0 } }