Skip to content

Commit

Permalink
schema/defs-linux: change weight type to uint16
Browse files Browse the repository at this point in the history
Signed-off-by: 0x0916 <w@laoqinren.net>
  • Loading branch information
0x0916 committed Jul 14, 2017
1 parent 96de01b commit 574182a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/defs-linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
}
},
"weight": {
"type": "integer"
"$ref": "defs.json#/definitions/uint16"
},
"blockIODevice": {
"type": "object",
Expand Down

0 comments on commit 574182a

Please sign in to comment.