Skip to content

Commit bab266e

Browse files
authored
Merge pull request #898 from 0x0916/fix-weight-type
schema/defs-linux: change weight type to uint16
2 parents 2d3f265 + 574182a commit bab266e

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
@@ -160,7 +160,7 @@
160160
}
161161
},
162162
"weight": {
163-
"type": "integer"
163+
"$ref": "defs.json#/definitions/uint16"
164164
},
165165
"blockIODevice": {
166166
"type": "object",

0 commit comments

Comments
 (0)