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 } }