Skip to content

Commit 574182a

Browse files
author
0x0916
committed
schema/defs-linux: change weight type to uint16
Signed-off-by: 0x0916 <[email protected]>
1 parent 96de01b commit 574182a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/defs-linux.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
}
152152
},
153153
"weight": {
154-
"type": "integer"
154+
"$ref": "defs.json#/definitions/uint16"
155155
},
156156
"blockIODevice": {
157157
"type": "object",

0 commit comments

Comments
 (0)