Skip to content

Commit e2e2bc5

Browse files
authored
other: run schema update (#1854)
1 parent f8e598c commit e2e2bc5

2 files changed

Lines changed: 18 additions & 6 deletions

File tree

schema/nightly/bottom.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,8 @@
254254
"integer",
255255
"null"
256256
],
257-
"format": "uint32",
257+
"format": "uint16",
258+
"maximum": 65535,
258259
"minimum": 0
259260
},
260261
"type": {
@@ -802,7 +803,8 @@
802803
"integer",
803804
"null"
804805
],
805-
"format": "uint32",
806+
"format": "uint16",
807+
"maximum": 65535,
806808
"minimum": 0
807809
}
808810
},
@@ -1118,7 +1120,8 @@
11181120
"integer",
11191121
"null"
11201122
],
1121-
"format": "uint32",
1123+
"format": "uint16",
1124+
"maximum": 65535,
11221125
"minimum": 0
11231126
}
11241127
}

schema/v0.11/bottom.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,8 @@
254254
"integer",
255255
"null"
256256
],
257-
"format": "uint32",
257+
"format": "uint16",
258+
"maximum": 65535,
258259
"minimum": 0
259260
},
260261
"type": {
@@ -376,6 +377,12 @@
376377
"null"
377378
]
378379
},
380+
"free_arc": {
381+
"type": [
382+
"boolean",
383+
"null"
384+
]
385+
},
379386
"group_processes": {
380387
"type": [
381388
"boolean",
@@ -796,7 +803,8 @@
796803
"integer",
797804
"null"
798805
],
799-
"format": "uint32",
806+
"format": "uint16",
807+
"maximum": 65535,
800808
"minimum": 0
801809
}
802810
},
@@ -1112,7 +1120,8 @@
11121120
"integer",
11131121
"null"
11141122
],
1115-
"format": "uint32",
1123+
"format": "uint16",
1124+
"maximum": 65535,
11161125
"minimum": 0
11171126
}
11181127
}

0 commit comments

Comments
 (0)