Skip to content

Commit

Permalink
Merge pull request #898 from 0x0916/fix-weight-type
Browse files Browse the repository at this point in the history
schema/defs-linux: change weight type to uint16
  • Loading branch information
tianon authored Dec 18, 2019
2 parents 2d3f265 + 574182a commit bab266e
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 @@ -160,7 +160,7 @@
}
},
"weight": {
"type": "integer"
"$ref": "defs.json#/definitions/uint16"
},
"blockIODevice": {
"type": "object",
Expand Down

0 comments on commit bab266e

Please sign in to comment.